Ignore:
Timestamp:
08/22/06 22:48:02 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1251 r1259  
    259259        ObjectContainer mObjects; 
    260260 
     261        /// universal counter 
     262        int mCounter; 
    261263protected: 
    262264 
     
    498500                @returns number of view cells found 
    499501        */ 
    500         int ComputeBoxIntersections(const AxisAlignedBox3 &box,  
    501                                                                 ViewCellContainer &viewCells) const; 
     502        int ComputeBoxIntersections( 
     503                const AxisAlignedBox3 &box,  
     504                ViewCellContainer &viewCells) const; 
    502505 
    503506 
     
    510513        void SetViewCellsTree(ViewCellsTree *vt) { mViewCellsTree = vt; } 
    511514 
     515        /** Add the bvh leaf to the pvs of the view cell. 
     516        */ 
     517        bool AddLeafToPvs( 
     518                BvhLeaf *leaf,  
     519                ViewCell *vc,  
     520                const float pdf,  
     521                float &contribution); 
    512522 
    513523protected: 
     
    560570                } 
    561571        }; 
    562  
    563572  
    564573        /** faster evaluation of split plane cost for kd axis aligned cells. 
     
    748757 
    749758        float EvalViewCellsVolume(BvhLeaf *leaf) const; 
     759 
    750760 
    751761protected: 
Note: See TracChangeset for help on using the changeset viewer.