Ignore:
Timestamp:
04/29/06 19:11:23 (18 years ago)
Author:
mattausch
Message:

working on preprocessor integration
added iv stuff

File:
1 edited

Legend:

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

    r860 r863  
    33 
    44#include <string> 
    5 using namespace std; 
    65#include "Parser.h" 
    76 
     
    1615  UnigraphicsParser(): Parser() {} 
    1716   
    18   virtual bool ParseFile(const string filename, SceneGraphNode **root, const bool loadPolygonsAsMeshes = false); 
     17  virtual bool ParseFile(const std::string filename, SceneGraphNode **root, const bool loadPolygonsAsMeshes = false); 
    1918   
    2019}; 
Note: See TracChangeset for help on using the changeset viewer.