Ignore:
Timestamp:
01/19/08 05:28:24 (16 years ago)
Author:
mattausch
Message:

did some stuff for the visualization

File:
1 edited

Legend:

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

    r2176 r2615  
    6767        float mTotalTime; 
    6868 
     69        ObjectContainer mKdPvs; 
     70 
    6971        float RaysPerSec() const { if (!mTotalTime) return 0; return (float)mTotalSamples / mTotalTime * 1e-6f; } 
    7072 
     
    223225        ////////////////////// 
    224226 
    225         //int mSamplesPerPass; 
    226         //int mTotalSamples; 
     227        bool mUseKdPvs; 
    227228        int mInitialSamples; 
    228229 
     
    236237         
    237238 
     239        ObjectContainer mKdPvs; 
    238240 
    239241        /////////// 
Note: See TracChangeset for help on using the changeset viewer.