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

warning: debug version

File:
1 edited

Legend:

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

    r2093 r2113  
    3535  //  Constructors and Destructor 
    3636  // ----------------------------------------------------------------------- 
    37   ViewCellsParseHandlers(ObjectContainer *objects, BoundingBoxConverter *bconverter); 
     37  ViewCellsParseHandlers(ObjectContainer &pvsObjects,  
     38                                                 ObjectContainer &preprocessorObjects,  
     39                                                 BoundingBoxConverter *bconverter); 
    3840  ~ViewCellsParseHandlers(); 
    3941   
     
    7476  void CreateViewCellsManager(/*const char *name*/); 
    7577 
    76   void ExchangeElements(); 
    77   void ExchangePvs(ViewCell *vc); 
     78  void ReplacePvs(); 
     79  void ReplaceBvhPvs(ViewCell *vc); 
    7880 
    7981 
     
    9799  VspNode *mVspRoot; 
    98100  ViewCell *mViewCellRoot; 
    99 int mUniqueObjectId; 
     101   
     102  int mUniqueObjectId; 
    100103  vector<BvhLeaf *> mBvhLeaves; 
    101104  //typedef map<int, ViewCell *> ViewCellsMap; 
     
    104107 
    105108  ViewCellsManager *mViewCellsManager; 
    106   ObjectContainer *mObjects; 
     109 
     110  ObjectContainer &mPvsObjects; 
     111  ObjectContainer &mPreprocessorObjects; 
     112 
     113  bool mCreatePvsObjects; 
     114 
    107115  BoundingBoxConverter *mBoundingBoxConverter; 
    108116  AxisAlignedBox3 mViewSpaceBox; 
Note: See TracChangeset for help on using the changeset viewer.