Ignore:
Timestamp:
08/24/06 18:05:30 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1264 r1278  
    2525class VspNode; 
    2626class BvHierarchy; 
     27class HierarchyManager; 
     28 
    2729 
    2830class ViewCellsParseHandlers: public HandlerBase 
     
    7375 
    7476  VspBspTree *mVspBspTree; 
    75   VspTree *mVspTree; 
    76   OspTree *mOspTree; 
     77  HierarchyManager *mHierarchyManager; 
    7778  BvHierarchy *mBvHierarchy; 
    7879 
    7980  BspTree *mBspTree; 
    8081  ViewCellsTree *mViewCellsTree; 
     82  VspTree *mVspTree; 
    8183 
    8284  BspNode *mCurrentBspNode; 
     
    142144  void StartOspInterior(AttributeList& attributes); 
    143145 
    144   void CreateObjectSpaceHierarchy(); 
    145146  void CreateViewSpaceHierarchy(); 
    146147 
Note: See TracChangeset for help on using the changeset viewer.