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/Parser.h

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