Ignore:
Timestamp:
01/25/06 01:44:46 (18 years ago)
Author:
mattausch
Message:

finished function for view cell construction
removed bsp rays from vspbspmanager

File:
1 edited

Legend:

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

    r573 r574  
    307307 
    308308         
    309         /** Checks validy of view cells. 
    310                 if not valid, sets regions invalid and deletes view cell. 
     309        /** Checks if tree validity-flags are right  
     310                with respect to view cell valitiy. 
     311                If not, marks subtree as invalid. 
    311312        */ 
    312313        void ValidateTree(); 
     314 
     315        /** Invalid view cells are added to the unbounded space 
     316        */ 
     317        void CollapseViewCells(); 
    313318 
    314319protected: 
     
    626631        BspNode *mRoot; 
    627632                 
    628         BspTreeStatistics mStat; 
     633        BspTreeStatistics mBspStats; 
    629634 
    630635        /// Strategies for choosing next split plane. 
Note: See TracChangeset for help on using the changeset viewer.