Ignore:
Timestamp:
08/23/06 19:19:26 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1251 r1264  
    2626class VspTree; 
    2727class OspTree; 
     28class BvHierarchy; 
    2829class Intersectable; 
    2930 
     
    182183  BspTree *mBspTree; 
    183184 
    184  
     185  BvHierarchy *mBvHierarchy; 
     186   
    185187  /// list of all loaded occluders 
    186188  ObjectContainer mOccluders; 
Note: See TracChangeset for help on using the changeset viewer.