Ignore:
Timestamp:
05/10/06 08:05:24 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r881 r938  
    2323class ViewCellsManager; 
    2424class ViewCellLeaf; 
     25class Environment; 
    2526 
    2627/** Statistics for a view cell partition. 
     
    346347 
    347348public: 
    348         ViewCellsTree(ViewCellsManager *vcm); 
     349        ViewCellsTree(ViewCellsManager *vcm, Environment *env); 
    349350        ~ViewCellsTree(); 
    350351 
     
    588589        float mMaxMemory; 
    589590 
     591        int mMaxMergesPerPass; 
     592        float mAvgCostMaxDeviation; 
    590593}; 
    591594 
Note: See TracChangeset for help on using the changeset viewer.