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

    r2176 r2199  
    623623                                                                  const float width) const; 
    624624 
     625 
     626 
    625627        ////////////////////////////////////////////////////////////////// 
    626628 
     
    704706                                                VssRayContainer &vssRays) const; 
    705707 
    706         int CastPassSamples2(const int samplesPerPass,  
    707                                                  VssRayContainer &passSamples) const; 
     708        int CastEvaluationSamples(const int samplesPerPass,  
     709                                                          VssRayContainer &passSamples);// const; 
    708710 
    709711        /** Parse the options from the environment file. 
     
    797799 
    798800 
     801        ofstream mStats; 
    799802        Preprocessor *mPreprocessor; 
    800803         
Note: See TracChangeset for help on using the changeset viewer.