Ignore:
Timestamp:
09/08/05 18:45:51 (19 years ago)
Author:
mattausch
Message:

added viewcell loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/X3dParser.h

    r260 r261  
    33 
    44#include "Parser.h" 
    5 #include "ViewCells.h" 
     5#include "Containers.h" 
     6 
     7class ViewCell; 
    68 
    79class X3dParser : public Parser 
     
    1113   
    1214  bool ParseFile(const string filename, SceneGraphNode **root); 
    13   bool ParseViewCells(const string filename, ViewCellContainer *viewCells); 
     15  bool ParseFile(const string filename, ViewCellContainer &viewCells); 
    1416}; 
    1517 
Note: See TracChangeset for help on using the changeset viewer.