Ignore:
Timestamp:
09/18/06 10:52:24 (18 years ago)
Author:
mattausch
Message:

fixed kd tree loading / exporting

File:
1 edited

Legend:

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

    r1381 r1414  
    120120  bool ExportSamples(const VssRayContainer &samples) const; 
    121121 
    122   bool LoadKdTree(); 
    123   bool ExportKdTree(); 
     122  bool LoadKdTree(const string filename); 
     123  bool ExportKdTree(const string filename); 
    124124 
    125125  /** Get Sample rays of particular type, returns false if this 
Note: See TracChangeset for help on using the changeset viewer.