Ignore:
Timestamp:
02/19/07 02:51:22 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2116 r2124  
    99#include "Material.h" 
    1010#include "Containers.h" 
    11 //#include "VssRay.h" 
    1211#include "AxisAlignedBox3.h" 
    1312 
     
    3231class MeshInstance; 
    3332class VssRay; 
    34 //class Material; 
     33class TraversalTree; 
     34 
    3535 
    3636struct VssRayContainer; 
     
    6464  virtual bool 
    6565  ExportKdTree(const KdTree &tree, const bool exportGeometry = false) = 0; 
     66 
     67  virtual bool 
     68  ExportTraversalTree(const TraversalTree &tree, const bool exportViewCells); 
    6669 
    6770  virtual bool 
Note: See TracChangeset for help on using the changeset viewer.