Ignore:
Timestamp:
01/07/08 02:50:59 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2576 r2577  
    179179        bool mShowWeightedTriangles; 
    180180 
     181        /// the current number of samples 
     182        int mSamples; 
     183        /// the next number of samples where we record the data 
     184        int mNextSamples; 
     185        bool mRecordHist; 
     186 
    181187        // some statistics 
    182188        int mPvsSize; 
     
    196202        int mCurrentSamples; 
    197203 
    198         ViewCellHistoryContainer mCurrentInfos; 
    199         ViewCellHistoryContainer mCompareInfos; 
     204        ViewCellHistoryContainer mCurrentHist; 
     205        ViewCellHistoryContainer mCompareHist; 
    200206 
    201207 
     
    207213 
    208214        QtGlRendererWidget() {}; 
     215 
     216        void FillNewContainer(const ViewCellContainer &viewCells, ViewCellInfoContainer &infos); 
     217 
    209218 
    210219        void SetThread(QtPreprocessorThread *t) { 
Note: See TracChangeset for help on using the changeset viewer.