Ignore:
Timestamp:
06/09/06 01:26:46 (18 years ago)
Author:
mattausch
Message:

started viewspace-objectspace subdivision
removed memory leaks

File:
1 edited

Legend:

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

    r939 r1006  
    66namespace GtpVisibilityPreprocessor { 
    77 
    8 /** helper struct used for identifying objects with similar bounding boxes. 
     8/** helper struct used to identify objects with similar bounding boxes. 
    99*/ 
    1010struct IndexedBoundingBox: public std::pair<int, AxisAlignedBox3> 
Note: See TracChangeset for help on using the changeset viewer.