Ignore:
Timestamp:
10/25/06 20:29:41 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1667 r1679  
    238238        /// parent view cell in the view cell hierarchy 
    239239        ViewCellInterior *mParent; 
    240          
    241240        /// the potentially visible objects 
    242241        ObjectPvs mPvs; 
    243          
    244242        /// the volume of this view cell 
    245243        float mVolume; 
    246          
    247244        /// the area of this view cell 
    248245        float mArea; 
    249  
    250246        /// the cost that were paid for merging this view cells from two others. 
    251247        float mMergeCost; 
    252          
    253248        /// if the view cell is valid view space 
    254249        bool mValid; 
    255          
    256250        /// color used for consistent visualization 
    257251        RgbColor mColor; 
    258          
    259252        /// store pvs size, used for evaluation purpose when pvss are stored only in the leaves 
    260253        int mPvsSize; 
    261  
    262254        /** stores number of entries in pvs 
    263255            this variable has the same value as mPvsSize for object pvs,  
     
    265257        */ 
    266258        int mEntriesInPvs; 
    267  
    268259        /** if the pvs size scalar (+ entries into pvs) 
    269260                is up to date and corresponding to the real pvs size 
Note: See TracChangeset for help on using the changeset viewer.