Ignore:
Timestamp:
05/22/06 07:53:18 (18 years ago)
Author:
mattausch
Message:

added stuff for view cell ziping (not working yet!)

File:
1 edited

Legend:

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

    r955 r971  
    327327        /** Writes tree to output stream 
    328328        */ 
    329         //bool Export(ogzstream &stream); 
     329#if ZIPPED_VIEWCELLS 
     330        bool Export(ogzstream &stream); 
     331#else 
    330332        bool Export(ofstream &stream); 
     333#endif 
    331334 
    332335        /** Casts beam, i.e. a 5D frustum of rays, into tree. 
     
    696699                @note: should be implemented as visitor. 
    697700        */ 
     701#if ZIPPED_VIEWCELLS 
     702        void ExportNode(BspNode *node, ogzstream &stream); 
     703#else 
    698704        void ExportNode(BspNode *node, ofstream &stream); 
    699         //void ExportNode(BspNode *node, ogzstream &stream); 
     705#endif 
    700706 
    701707        /** Returns estimated memory usage of tree. 
Note: See TracChangeset for help on using the changeset viewer.