Ignore:
Timestamp:
08/27/06 23:39:50 (18 years ago)
Author:
mattausch
Message:

implemented bv hierarchy

File:
1 edited

Legend:

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

    r1197 r1287  
    2929class OspTree; 
    3030class KdIntersectable; 
    31  
     31class BvHierarchy; 
    3232 
    3333class Exporter 
     
    149149 
    150150  void ExportKdIntersectable(const KdIntersectable &kdObj); 
     151  bool ExportBvHierarchy(const BvHierarchy &bvHierarchy, const int maxPvs); 
    151152}; 
    152153  
Note: See TracChangeset for help on using the changeset viewer.