Ignore:
Timestamp:
08/25/06 18:25:09 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1284 r1286  
    2424class OspTree; 
    2525class VspNode; 
     26class BvhNode; 
    2627class BvHierarchy; 
    2728class HierarchyManager; 
     
    8384 
    8485  BspNode *mCurrentBspNode; 
     86  BvhNode *mCurrentBvhNode; 
     87  KdNode *mCurrentOspNode; 
    8588  VspNode *mCurrentVspNode; 
     89  //KdNode *mCurrentKdNode; 
     90 
    8691  ViewCell *mCurrentViewCell; 
    87   KdNode *mCurrentKdNode; 
    88    
     92     
    8993  BspNode *mBspRoot; 
    9094  VspNode *mVspRoot; 
     
    101105  int mCurrentState; 
    102106   
    103   enum {PARSE_OPTIONS, PARSE_VIEWCELLS, PARSE_VIEWSPACE_HIERARCHY, PARSE_OBJECTSPACE_HIERARCHY}; 
     107  enum { 
     108          PARSE_OPTIONS,  
     109          PARSE_VIEWCELLS,  
     110          PARSE_VIEWSPACE_HIERARCHY,  
     111          PARSE_OBJECTSPACE_HIERARCHY}; 
    104112 
    105113  /// view space / object space hierarchy types 
     
    118126  void EndVspInterior(); 
    119127 
    120   void ParseViewCellPvs(ViewCell *viewCell, AttributeList&  attributes); 
     128  void StartViewCellPvs(ViewCell *viewCell, AttributeList&  attributes); 
    121129  void EndViewCells(); 
    122130  void EndBoundingBoxes(); 
     
    150158  void StartBvhElement(string element, AttributeList& attributes); 
    151159 
     160  void EndViewSpaceHierarchyInterior(); 
     161  void EndObjectSpaceHierarchyInterior(); 
     162 
     163  void EndBvhInterior(); 
     164  void EndOspInterior(); 
     165 
     166  void EndObjectSpaceHierarchy(); 
     167 
     168  void StartBvhLeafObjects(ObjectContainer &objects, const char *ptr); 
    152169 
    153170  // ----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.