Changeset 658 for GTP/trunk/Lib/Vis/Preprocessing/src/Parser.h
- Timestamp:
- 02/21/06 09:51:03 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Parser.h
r508 r658 14 14 Parser() {} 15 15 16 virtual bool ParseFile(const string filename, SceneGraphNode **root) {return false;}; 16 virtual bool ParseFile(const string filename, 17 SceneGraphNode **root, 18 const bool loadPolygonsAsMeshes = false) {return false;}; 17 19 18 20 };
Note: See TracChangeset
for help on using the changeset viewer.