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/VrmlExporter.h

    r1486 r2124  
    3939  ~VrmlExporter(); 
    4040 
    41  
    42 //    bool 
    43 //    ExportRays(const vector<Ray> &rays, 
    44 //           const float length=1000, 
    45 //           const RgbColor &color = RgbColor(1,1,1)); 
    46  
    47  
    4841  bool 
    4942  ExportKdTree(const KdTree &tree, const bool exportGeometry = false); 
    50  
    51   //bool ExportOspTree(const OspTree &tree); 
    5243 
    5344  bool 
     
    141132  void ExportViewpoint(const Vector3 &point, const Vector3 &direction); 
    142133 
     134  //virtual bool ExportTraversalTree(const KdTree &tree, const bool exportViewCells); 
    143135}; 
    144136 
Note: See TracChangeset for help on using the changeset viewer.