Ignore:
Timestamp:
01/11/06 18:13:07 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r511 r517  
    336336        /** Helper function revalidating the view cell leaf list after merge. 
    337337        */ 
    338         void RepairVcLeafLists(); 
     338        void RepairViewCellsLeafLists(); 
    339339 
    340340        /** Evaluates tree stats in the BSP tree leafs. 
     
    692692        int mMaxPvs; 
    693693 
    694         int mMaxPvsRatio; 
     694        float mMaxPvsRatio; 
    695695 
    696696        /// View cell corresponding to the space outside the valid view space 
     
    704704        /// maximal tree memory 
    705705        float mMaxMemory; 
    706  
     706        /// the tree is out of memory 
    707707        bool mOutOfMemory; 
     708 
    708709private: 
    709710         
Note: See TracChangeset for help on using the changeset viewer.