Changeset 664 for GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.h
- Timestamp:
- 02/27/06 18:39:47 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.h
r660 r664 362 362 /** Evaluates worth of current view cell hierarchy. 363 363 */ 364 void EvalViewCellPartition( );364 void EvalViewCellPartition(Preprocessor *preprocessor); 365 365 366 366 protected: … … 478 478 479 479 bool mViewCellsFinished; 480 481 bool mEvaluateViewCells; 480 482 }; 481 483
Note: See TracChangeset
for help on using the changeset viewer.