Ignore:
Timestamp:
12/11/06 08:31:01 (18 years ago)
Author:
bittner
Message:

sampling updates

File:
1 edited

Legend:

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

    r1867 r1877  
    5757        int mType; 
    5858        int mRays; 
    59         float mContribution; 
     59        float mContribution; 
    6060        float mTime; 
    6161        float mRatio; 
    6262 
     63  int mTotalRays; 
     64  float mTotalContribution; 
    6365protected: 
    6466 
     
    7173{ 
    7274 public: 
    73          
     75  HaltonSequence mHalton; 
     76   
    7477  ObjectBasedDistribution(const Preprocessor &preprocessor): 
    7578        SamplingStrategy(preprocessor) { 
     
    136139{ 
    137140 public: 
    138   Halton<6> halton; 
     141  HaltonSequence mHalton; 
    139142  SpatialBoxBasedDistribution(const Preprocessor &preprocessor): 
    140143        SamplingStrategy(preprocessor){ 
     
    205208{ 
    206209public: 
    207   Halton<4> halton; 
     210  HaltonSequence mHalton; 
    208211  //HaltonSequence mHalton; 
    209212 
Note: See TracChangeset for help on using the changeset viewer.