Ignore:
Timestamp:
07/10/06 01:57:41 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1006 r1106  
    2727class Mesh; 
    2828class Beam; 
     29class OspTree; 
     30 
    2931 
    3032class Exporter 
     
    6668  virtual bool 
    6769  ExportBspTree(const BspTree &tree) = 0; 
     70 
     71  virtual bool 
     72  ExportOspTree(const OspTree &tree) = 0; 
    6873 
    6974//    virtual bool 
Note: See TracChangeset for help on using the changeset viewer.