Ignore:
Timestamp:
02/12/07 19:00:37 (17 years ago)
Author:
mattausch
Message:

changed pvs loading: loading objects in a first pass

File:
1 edited

Legend:

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

    r2114 r2115  
    1 #ifndef _X3D_PARSER_XERCES__H 
    2 #define _X3D_PARSER_XERCES__H 
     1#ifndef _VIEWCELLS_PARSER_XERCES__H 
     2#define _VIEWCELLS_PARSER_XERCES__H 
    33 
    44// --------------------------------------------------------------------------- 
     
    7474  void resetDocument(); 
    7575 
    76   void CreateViewCellsManager(/*const char *name*/); 
    77  
    78   void ReplacePvs(); 
    79   void ReplaceBvhPvs(ViewCell *vc); 
     76  void CreateViewCellsManager(); 
    8077 
    8178 
     
    109106 
    110107  ObjectContainer &mPvsObjects; 
    111   ObjectContainer &mPreprocessorObjects; 
    112  
    113   bool mCreatePvsObjects; 
     108  const ObjectContainer &mPreprocessorObjects; 
    114109 
    115110  BoundingBoxConverter *mBoundingBoxConverter; 
Note: See TracChangeset for help on using the changeset viewer.