Ignore:
Timestamp:
04/27/06 11:57:28 (18 years ago)
Author:
mattausch
Message:

implementing bounding box hack

File:
1 edited

Legend:

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

    r837 r840  
    388388        enum {PVS_IN_INTERIORS, COMPRESSED, PVS_IN_LEAVES}; 
    389389 
    390         enum {EXPORT_EMPTY_PVS, EXPORT_IDS, EXPORT_BBOXES}; 
    391  
     390         
    392391        /** If view cells in this tree have compressed pvs. 
    393392        */ 
     
    408407        /** Exports view cells to file. 
    409408        */ 
    410     bool Export(ofstream &stream, const int pvsType = EXPORT_EMPTY_PVS); 
     409    bool Export(ofstream &stream); 
    411410 
    412411        /** Export statistics of this view cell tree. 
     
    512511                NOTE: should be in exporter!! 
    513512        */ 
    514         void ExportViewCell(ViewCell *viewCell, ofstream &stream, const int pvsType); 
     513        void ExportViewCell(ViewCell *viewCell, ofstream &stream); 
    515514 
    516515        /** Exports pvs of a view cell. 
    517516        */ 
    518         void ExportPvs(ViewCell *viewCell, ofstream &stream, const int pvsType); 
     517        void ExportPvs(ViewCell *viewCell, ofstream &stream); 
    519518 
    520519 
Note: See TracChangeset for help on using the changeset viewer.