Ignore:
Timestamp:
08/27/06 23:39:50 (18 years ago)
Author:
mattausch
Message:

implemented bv hierarchy

File:
1 edited

Legend:

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

    r1259 r1287  
    627627                @returns pvs size of the node 
    628628        */ 
    629         float PrepareHeuristics(const OspTraversalData &tData, ViewCellContainer &touchedViewCells); 
     629        float PrepareHeuristics( 
     630                const OspTraversalData &tData,  
     631                ViewCellContainer &touchedViewCells); 
    630632 
    631633        /** Prepares heuristics for a particular ray. 
    632634        */ 
    633         void PrepareHeuristics(const VssRay &ray, ViewCellContainer &touchedViewCells); 
     635        void PrepareHeuristics( 
     636                const VssRay &ray,  
     637                ViewCellContainer &touchedViewCells); 
    634638 
    635639        /** Prepares construction for vsp and osp trees. 
    636640        */ 
    637         void ComputeBoundingBox(const ObjectContainer &objects, 
    638                                                         AxisAlignedBox3 *forcedBoundingBox); 
     641        void ComputeBoundingBox(const ObjectContainer &objects); 
    639642 
    640643        void CollectDirtyCandidates(OspSubdivisionCandidate *sc, 
     
    727730                const VssRayContainer &sampleRays, 
    728731                const ObjectContainer &objects, 
    729                 AxisAlignedBox3 *forcedObjectSpace, 
    730732                RayInfoContainer &rays); 
    731733 
Note: See TracChangeset for help on using the changeset viewer.