Ignore:
Timestamp:
12/15/06 23:40:27 (18 years ago)
Author:
bittner
Message:

experiments with different contribution computations

File:
1 edited

Legend:

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

    r1884 r1900  
    121121        bool ExportKdTree(const string filename); 
    122122 
     123  virtual bool 
     124  ExportRays(const char *filename, 
     125                         const VssRayContainer &vssRays, 
     126                         const int number 
     127                         ); 
     128         
    123129        virtual int 
    124130        GenerateRays(const int number, 
     
    203209   
    204210        bool mExportObj; 
     211 
     212  bool mExportRays; 
     213  int mExportNumRays; 
    205214 
    206215        ofstream mStats; 
Note: See TracChangeset for help on using the changeset viewer.