Ignore:
Timestamp:
07/20/06 09:51:26 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1143 r1144  
    628628        /** Returns bounding box of the specified node. 
    629629        */ 
    630         AxisAlignedBox3 GetBBox(VspNode *node) const; 
     630        AxisAlignedBox3 GetBoundingBox(VspNode *node) const; 
    631631 
    632632        /** Returns list of BSP leaves with pvs smaller than 
     
    12761276        /** Returns bounding box of the specified node. 
    12771277        */ 
    1278         AxisAlignedBox3 GetBBox(KdNode *node) const; 
     1278        AxisAlignedBox3 GetBoundingBox(KdNode *node) const; 
    12791279 
    12801280        /** Returns list of leaves with pvs smaller than 
Note: See TracChangeset for help on using the changeset viewer.