Ignore:
Timestamp:
09/18/06 18:57:34 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1404 r1415  
    7373 
    7474  virtual bool 
    75   ExportOspTree(const OspTree &tree, const int maxPvs);// = 0; 
    76  
    77 //    virtual bool 
    78 //    ExportRays(const vector<Ray> &rays, 
    79 //           const float length=1000, 
    80 //           const RgbColor &color = RgbColor(1,1,1) 
    81 //           ) = 0; 
     75  ExportOspTree(const OspTree &tree, const int maxPvs); 
    8276   
    8377  virtual bool 
     
    123117 
    124118  virtual void 
    125   ExportGeometry(const ObjectContainer &objects, const bool exportSingleMesh = false); 
     119  ExportGeometry(const ObjectContainer &objects, const bool exportSingleMesh = false, AxisAlignedBox3 *bbox = NULL); 
    126120 
    127121  virtual void 
     
    153147 
    154148  void ExportKdIntersectable(const KdIntersectable &kdObj); 
    155   bool ExportBvHierarchy(const BvHierarchy &bvHierarchy, const int maxPvs); 
     149  bool ExportBvHierarchy(const BvHierarchy &bvHierarchy, const int maxPvs, AxisAlignedBox3 *box = NULL); 
    156150 
    157151  virtual void ExportMeshInstance(MeshInstance *mi); 
Note: See TracChangeset for help on using the changeset viewer.