Ignore:
Timestamp:
11/25/05 14:45:50 (19 years ago)
Author:
bittner
Message:

vssbsp merge, tab change

File:
1 edited

Legend:

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

    r428 r434  
    1919class BspLeaf; 
    2020class Polygon3; 
     21class VssTree; 
    2122 
    2223class Exporter 
     
    4748  virtual bool 
    4849  ExportKdTree(const KdTree &tree) = 0; 
     50 
     51        virtual bool 
     52  ExportVssTree(const VssTree &tree) = 0; 
    4953 
    5054  virtual bool 
Note: See TracChangeset for help on using the changeset viewer.