Ignore:
Timestamp:
07/18/06 13:26:02 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1121 r1139  
    2828class Beam; 
    2929class OspTree; 
     30class KdIntersectable; 
    3031 
    3132 
     
    146147 
    147148  virtual void ExportViewpoint(const Vector3 &point, const Vector3 &direction) = 0; 
     149 
     150  void ExportKdIntersectable(const KdIntersectable &kdObj); 
    148151}; 
    149152  
Note: See TracChangeset for help on using the changeset viewer.