Ignore:
Timestamp:
12/22/06 20:08:48 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1913 r1920  
    308308        */ 
    309309        BvhLeaf(const AxisAlignedBox3 &bbox); 
    310   BvhLeaf(const AxisAlignedBox3 &bbox, BvhInterior *parent); 
     310        BvhLeaf(const AxisAlignedBox3 &bbox, BvhInterior *parent); 
    311311        BvhLeaf(const AxisAlignedBox3 &bbox, BvhInterior *parent, const int numObjects); 
    312312 
     
    349349  /// objects 
    350350  ObjectContainer mObjects; 
     351   
    351352   
    352353protected: 
Note: See TracChangeset for help on using the changeset viewer.