Ignore:
Timestamp:
01/27/06 16:27:22 (18 years ago)
Author:
mattausch
Message:

started to include variance into the measures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.h

    r577 r579  
    323323        static ViewCellsManager *LoadViewCells(const string filename, ObjectContainer *objects); 
    324324 
     325        /** Evaluates statistics values on view cells. 
     326        */ 
     327        void EvaluateRenderStatistics(float &totalRenderCost,  
     328                                                                  float &expectedRenderCost,  
     329                                                                  float &variance); 
     330 
    325331protected: 
    326332 
Note: See TracChangeset for help on using the changeset viewer.