Ignore:
Timestamp:
01/18/07 10:25:29 (17 years ago)
Author:
bittner
Message:

mutation updates

File:
1 edited

Legend:

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

    r1974 r1989  
    133133      but allows various optimizations of tree traversal algorithms */ 
    134134  KdInterior *mParent; 
    135   int mDepth; 
     135  short mDepth; 
     136  short mPvsTermination; 
    136137}; 
    137138 
     
    344345  KdIntersectable *GetOrCreateKdIntersectable(KdNode *node); 
    345346 
     347 
     348  void 
     349  SetPvsTerminationNodes( 
     350                                                 const float maxArea); 
     351   
     352  KdNode * 
     353  GetPvsNode(const Vector3 &point) const; 
     354   
     355 
    346356  void 
    347357  CollectKdObjects(const AxisAlignedBox3 &box, 
    348                                    ObjectContainer &objects, 
    349                                    const float maxArea 
     358                                   ObjectContainer &objects 
    350359                                   ); 
    351360 
Note: See TracChangeset for help on using the changeset viewer.