Ignore:
Timestamp:
02/08/06 15:05:04 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCell.h

    r604 r605  
    129129        void SetArea(float area); 
    130130 
    131         /** Updates the view cell statstics for this particular view cell. 
    132         */ 
    133         virtual void UpdateViewCellsStats(ViewCellsStatistics &vcStat); 
    134131 
    135132        /** if this view cell is the root of a view cell hierarchy 
     
    238235                ViewCell(mesh), mLeaf(NULL) {} 
    239236 
    240         void UpdateViewCellsStats(ViewCellsStatistics &vcStat) 
    241         { 
    242                 ViewCell::UpdateViewCellsStats(vcStat); 
    243 // TODO 
    244                 //if ((int)mLeaves.size() > vcStat.maxLeaves) 
    245                 //      vcStat.maxLeaves = (int)mLeaves.size(); 
    246                 //vcStat.leaves += (int)mLeaves.size(); 
    247         } 
     237         
    248238 
    249239        bool IsLeaf() const 
     
    289279        int RefineViewCells(const VssRayContainer &rays, const ObjectContainer &objects); 
    290280 
     281        /** Updates view cell stats for this particular view cell 
     282        */ 
     283        void UpdateViewCellsStats(ViewCell *vc, ViewCellsStatistics &vcStat); 
    291284         
    292285 
Note: See TracChangeset for help on using the changeset viewer.