Ignore:
Timestamp:
12/23/05 11:05:33 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r478 r479  
    225225        BspLeaf *GetRandomLeaf(const bool onlyUnmailed = false); 
    226226 
    227         /** Traverses tree and counts all view cells as well as their PVS size. 
    228         */ 
    229         void EvaluateViewCellsStats(ViewCellsStatistics &stat) const; 
    230  
    231  
    232227        /** Returns view cell corresponding to unbounded space. 
    233228        */ 
     
    246241        */ 
    247242        int MergeLeaves(); 
    248  
    249  
    250243                 
    251244        /** Sets pointer to view cells manager. 
    252245        */ 
    253246        void SetViewCellsManager(ViewCellsManager *vcm); 
     247 
     248        /** Helper function revalidating the view cell leaf list after merge. 
     249        */ 
     250        void RepairVcLeafLists(); 
     251 
     252        /** Collapses the tree with respect to the view cell partition. 
     253                @returns node of type leaf if the node could be collapsed, this node otherwise 
     254        */ 
     255        BspNode *CollapseTree(BspNode *node); 
     256         
    254257 
    255258protected: 
Note: See TracChangeset for help on using the changeset viewer.