Ignore:
Timestamp:
10/03/06 10:10:01 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1551 r1557  
    8989        Vector3 CenterOfMass() const; 
    9090 
     91        /** Returns true if this geometry is well shaped. 
     92        */ 
    9193        bool Valid() const; 
    92  
    9394         
    9495        friend ostream &operator<<(ostream &s, const BspNodeGeometry &a) 
     
    101102        } 
    102103 
     104        /** Number of polygons. 
     105        */ 
    103106        int Size() const; 
     107        /** Returns the polygons in a container. 
     108        */ 
    104109        const PolygonContainer &GetPolys(); 
    105110 
     
    679684        */ 
    680685        void SetViewCellsTree(ViewCellsTree *vct); 
    681                  
     686         
     687        /** Returns view cell representing the empty view space. 
     688        */ 
     689        BspViewCell *GetOrCreateOutOfBoundsCell(); 
     690 
    682691protected: 
    683692 
     
    10711080 
    10721081        bool mOutOfBoundsCellPartOfTree; 
     1082 
     1083 
    10731084private: 
    10741085         
     
    10931104        static void GenerateUniqueIdsForPvs(); 
    10941105 
     1106        /////////// 
    10951107        //-- unique ids for PVS criterium 
     1108 
    10961109        static int sFrontId;  
    10971110        static int sBackId; 
Note: See TracChangeset for help on using the changeset viewer.