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/HierarchyManager.h

    r1283 r1286  
    100100        HierarchyManager(VspTree *vspTree, KdTree *kdTree); 
    101101 
     102        ~HierarchyManager(); 
     103 
    102104        /** Constructs the view space and object space subdivision from a given set of rays 
    103105                and a set of objects. 
     
    153155 
    154156        void ExportObjectSpaceHierarchyForViz(const ObjectContainer &objects) const; 
    155     ~HierarchyManager(); 
     157 
    156158 
    157159protected: 
     
    197199        void CollectObjectSpaceDirtyList(SubdivisionCandidateContainer &dirtyList); 
    198200                 
     201        void ExportOspTreeForViz(const ObjectContainer &objects) const; 
     202        void ExportBvhForViz(const ObjectContainer &objects) const; 
     203 
     204        void ConstructBvHierarchy( 
     205                const VssRayContainer &sampleRays, 
     206                const ObjectContainer &objects, 
     207                AxisAlignedBox3 *forcedViewSpace); 
     208 
     209        void ConstructOspTree( 
     210                const VssRayContainer &sampleRays, 
     211                const ObjectContainer &objects, 
     212                AxisAlignedBox3 *forcedViewSpace); 
    199213 
    200214protected: 
Note: See TracChangeset for help on using the changeset viewer.