Ignore:
Timestamp:
08/11/06 17:39:54 (18 years ago)
Author:
mattausch
Message:

added loader for osp trees

File:
1 edited

Legend:

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

    r1145 r1201  
    321321        /** Writes tree to output stream 
    322322        */ 
    323 #if ZIPPED_VIEWCELLS 
    324         bool Export(ogzstream &stream); 
    325 #else 
    326         bool Export(ofstream &stream); 
    327 #endif 
     323        bool Export(OUT_STREAM &stream); 
    328324 
    329325        /** Casts beam, i.e. a 5D frustum of rays, into tree. 
     
    697693                @note: should be implemented as visitor. 
    698694        */ 
    699 #if ZIPPED_VIEWCELLS 
    700         void ExportNode(BspNode *node, ogzstream &stream); 
    701 #else 
    702         void ExportNode(BspNode *node, ofstream &stream); 
    703 #endif 
     695        void ExportNode(BspNode *node, OUT_STREAM &stream); 
    704696 
    705697        /** Returns estimated memory usage of tree. 
Note: See TracChangeset for help on using the changeset viewer.