Ignore:
Timestamp:
07/05/06 10:43:45 (18 years ago)
Author:
mattausch
Message:

version for performance testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/UnigraphicsParser.cpp

    r1004 r1076  
    4646                                 const bool loadPolygonsAsMeshese) 
    4747{ 
    48    
    4948  map<string, Vector3, ltstr> vht; // hash table for vectors 
    5049  map<string, Vector3, ltstr> cht; // hash table for colors 
     
    139138                vertexIndices.push_back(index); 
    140139      } 
    141        
     140     
    142141      face = new Face(vertexIndices); 
    143142       
    144143      fscanf(file,"%s",str);   // get the next vertex label 
    145        
     144     
    146145      if (str[0]!=';') { 
    147146        c = cht.find(str); 
Note: See TracChangeset for help on using the changeset viewer.