Ignore:
Timestamp:
02/27/06 18:39:47 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r660 r664  
    362362        /** Evaluates worth of current view cell hierarchy. 
    363363        */ 
    364         void EvalViewCellPartition(); 
     364        void EvalViewCellPartition(Preprocessor *preprocessor); 
    365365 
    366366protected: 
     
    478478 
    479479        bool mViewCellsFinished; 
     480 
     481        bool mEvaluateViewCells; 
    480482}; 
    481483 
Note: See TracChangeset for help on using the changeset viewer.