Ignore:
Timestamp:
05/12/06 18:36:52 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r882 r955  
    1010#include "RayInfo.h" 
    1111#include "ViewCellBsp.h" 
     12 
     13 
    1214 
    1315namespace GtpVisibilityPreprocessor { 
     
    325327        /** Writes tree to output stream 
    326328        */ 
     329        //bool Export(ogzstream &stream); 
    327330        bool Export(ofstream &stream); 
    328331 
     
    691694 
    692695        /** Writes the node to disk 
    693                 @note: should be implemented as visitor 
     696                @note: should be implemented as visitor. 
    694697        */ 
    695698        void ExportNode(BspNode *node, ofstream &stream); 
     699        //void ExportNode(BspNode *node, ogzstream &stream); 
    696700 
    697701        /** Returns estimated memory usage of tree. 
Note: See TracChangeset for help on using the changeset viewer.