Ignore:
Timestamp:
08/23/06 19:19:26 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1263 r1264  
    9999  int mCurrentState; 
    100100   
    101   enum {PARSE_OPTIONS, PARSE_VIEWCELLS, PARSE_VSP, PARSE_OSP}; 
     101  enum {PARSE_OPTIONS, PARSE_VIEWCELLS, PARSE_VIEWSPACE_HIERARCHY, PARSE_OBJECTSPACE_HIERARCHY}; 
    102102 
    103103  /// view space / object space hierarchy types 
     
    125125  void StartVspElement(string element, AttributeList& attributes); 
    126126 
    127   void StartViewSpaceBox(AttributeList&  attributes); 
     127  void StartViewSpaceHierarchy(AttributeList& attributes); 
     128  void StartObjectSpaceHierarchy(AttributeList& attributes); 
    128129 
    129130  void StartBoundingBox(AttributeList& attributes); 
     
    140141  void StartOspLeaf(AttributeList& attributes); 
    141142  void StartOspInterior(AttributeList& attributes); 
     143 
     144  void CreateObjectSpaceHierarchy(); 
     145  void CreateViewSpaceHierarchy(); 
     146 
     147  void StartBvhLeaf(AttributeList& attributes); 
     148  void StartBvhInterior(AttributeList& attributes); 
     149  void StartBvhElement(string element, AttributeList& attributes); 
    142150 
    143151 
Note: See TracChangeset for help on using the changeset viewer.