Ignore:
Timestamp:
09/29/06 22:42:25 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1297 r1545  
    232232 
    233233 
    234         //////////////////////////////////////////// 
     234        //////////////// 
    235235        //-- mailing stuff 
    236236 
     
    255255        static int sMailId; 
    256256        static int sReservedMailboxes; 
    257         //int mMailbox; 
    258          
     257         
     258 
    259259protected: 
    260260 
    261261        /// parent view cell in the view cell hierarchy 
    262262        ViewCellInterior *mParent; 
     263         
    263264        /// the potentially visible objects 
    264265        ObjectPvs mPvs; 
     266         
    265267        /// the volume of this view cell 
    266268        float mVolume; 
    267269         
     270        /// the area of this view cell 
    268271        float mArea; 
     272 
    269273        /// the cost that were paid for merging this view cells from two others. 
    270274        float mMergeCost; 
     275         
    271276        /// if the view cell is valid view space 
    272277        bool mValid; 
     278         
    273279        /// color used for consistent visualization 
    274280        RgbColor mColor; 
     281         
    275282        /// store pvs size, used for evaluation purpose when pvss are stored only in the leaves 
    276283        int mPvsSize; 
Note: See TracChangeset for help on using the changeset viewer.