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/KdTree.h

    r1197 r1201  
    557557        void ProcessMultipleRefs(KdLeaf *leaf) const; 
    558558 
    559         void ExportBinLeaf(ofstream &stream, KdLeaf *leaf); 
    560         void ExportBinInterior(ofstream &stream, KdInterior *interior); 
    561         KdLeaf *ImportBinLeaf(ifstream &stream, KdInterior *parent, const ObjectContainer &objects); 
    562         KdInterior *ImportBinInterior(ifstream &stream, KdInterior *parent); 
    563         KdNode *LoadNextNode(ifstream &stream, KdInterior *parent, const ObjectContainer &objects); 
     559        void ExportBinLeaf(OUT_STREAM &stream, KdLeaf *leaf); 
     560        void ExportBinInterior(OUT_STREAM &stream, KdInterior *interior); 
     561        KdLeaf *ImportBinLeaf(IN_STREAM &stream, KdInterior *parent, const ObjectContainer &objects); 
     562        KdInterior *ImportBinInterior(IN_STREAM &stream, KdInterior *parent); 
     563        KdNode *LoadNextNode(IN_STREAM &stream, KdInterior *parent, const ObjectContainer &objects); 
    564564 
    565565  int mTermMaxNodes; 
Note: See TracChangeset for help on using the changeset viewer.