Ignore:
Timestamp:
01/24/07 01:33:39 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2005 r2048  
    7474  void CreateViewCellsManager(/*const char *name*/); 
    7575 
     76  void ExchangeElements(); 
     77  void ExchangePvs(ViewCell *vc); 
     78 
    7679 
    7780  ///////////////////////// 
     
    9497  VspNode *mVspRoot; 
    9598  ViewCell *mViewCellRoot; 
    96  
    97  // typedef map<int, ViewCell *> ViewCellsMap; 
     99int mUniqueObjectId; 
     100  vector<BvhLeaf *> mBvhLeaves; 
     101  //typedef map<int, ViewCell *> ViewCellsMap; 
    98102  //ViewCellsMap mViewCells; 
    99103  ViewCellContainer mViewCells; 
     
    119123  int mViewSpaceHierarchyType; 
    120124  int mObjectSpaceHierarchyType; 
    121 int nViewCells; 
    122 int nObjects; 
     125  int nViewCells; 
     126  int nObjects; 
     127   
     128   
    123129  //////////////////////////////// 
    124130 
Note: See TracChangeset for help on using the changeset viewer.