Ignore:
Timestamp:
03/07/07 16:26:58 (17 years ago)
Author:
mattausch
Message:

using mutationsamples for evaluation

File:
1 edited

Legend:

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

    r2176 r2199  
    5252                           ); 
    5353         
    54  
    55   bool 
    56   ExportRays(const char *filename, 
    57                          const VssRayContainer &vssRays, 
    58                          const int number 
    59                          ); 
     54virtual bool 
     55        ExportRays(const char *filename, 
     56                           const VssRayContainer &vssRays, 
     57                           const int number, 
     58                           const bool exportScene = false 
     59                           ); 
     60  
    6061 
    6162  int 
Note: See TracChangeset for help on using the changeset viewer.