Ignore:
Timestamp:
04/27/06 14:59:18 (18 years ago)
Author:
mattausch
Message:

adding functionality for bounding box hacks

File:
1 edited

Legend:

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

    r840 r844  
    407407        /** Exports view cells to file. 
    408408        */ 
    409     bool Export(ofstream &stream); 
     409    bool Export(ofstream &stream, const bool exportPvs = false); 
    410410 
    411411        /** Export statistics of this view cell tree. 
     
    511511                NOTE: should be in exporter!! 
    512512        */ 
    513         void ExportViewCell(ViewCell *viewCell, ofstream &stream); 
     513        void ExportViewCell(ViewCell *viewCell, ofstream &stream, const bool exportPvs); 
    514514 
    515515        /** Exports pvs of a view cell. 
Note: See TracChangeset for help on using the changeset viewer.