Ignore:
Timestamp:
08/30/06 04:39:53 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1286 r1297  
    233233 
    234234        //////////////////////////////////////////// 
    235         //      mailing stuff 
     235        //-- mailing stuff 
    236236 
    237237 
     
    255255        static int sMailId; 
    256256        static int sReservedMailboxes; 
    257  
     257        //int mMailbox; 
    258258         
    259259protected: 
     
    261261        /// parent view cell in the view cell hierarchy 
    262262        ViewCellInterior *mParent; 
    263  
    264263        /// the potentially visible objects 
    265264        ObjectPvs mPvs; 
    266265        /// the volume of this view cell 
    267266        float mVolume; 
     267         
    268268        float mArea; 
    269269        /// the cost that were paid for merging this view cells from two others. 
     
    271271        /// if the view cell is valid view space 
    272272        bool mValid; 
    273  
    274273        /// color used for consistent visualization 
    275274        RgbColor mColor; 
    276  
    277275        /// store pvs size, used for evaluation purpose when pvss are stored only in the leaves 
    278276        int mPvsSize; 
     277 
    279278        /** stores number of entries in pvs 
    280279            this variable has the same value as mPvsSize for object pvs,  
     
    283282        int mEntriesInPvs; 
    284283 
    285         /// if the pvs size scalar (+ entries into pvs) 
    286         /// is up to date and corresponding to the real pvs size 
     284        /** if the pvs size scalar (+ entries into pvs) 
     285                is up to date and corresponding to the real pvs size 
     286        */ 
    287287        bool mPvsSizeValid; 
     288 
    288289}; 
    289290 
Note: See TracChangeset for help on using the changeset viewer.