Ignore:
Timestamp:
12/04/05 20:19:50 (19 years ago)
Author:
bittner
Message:

non-functional merged version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Exporter.h

    r440 r446  
    2020class Polygon3; 
    2121class VssTree; 
     22class RssTree; 
    2223 
    2324class Exporter 
     
    4344  virtual bool ExportScene(SceneGraphNode *node) = 0; 
    4445 
     46 
    4547  virtual bool 
    4648  ExportBox(const AxisAlignedBox3 &box) = 0; 
     
    5456  virtual bool 
    5557  ExportVssTree2(const VssTree &tree, 
     58                                 const Vector3 direction 
     59                                 ) = 0; 
     60 
     61  virtual bool 
     62  ExportRssTree2(const RssTree &tree, 
    5663                                 const Vector3 direction 
    5764                                 ) = 0; 
Note: See TracChangeset for help on using the changeset viewer.