Ignore:
Timestamp:
04/06/06 18:37:31 (18 years ago)
Author:
mattausch
Message:

added cost flexible render cost measurements

File:
1 edited

Legend:

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

    r728 r729  
    320320        */ 
    321321        void UpdateViewCellsStats(ViewCell *vc, ViewCellsStatistics &vcStat); 
    322          
     322 
    323323 
    324324        /** Get costs resulting from each merge step. */ 
    325325        void GetCostFunction(vector<float> &costFunction); 
    326326   
    327  
    328327        /** Returns optimal set of view cells for a given number of view cells. 
    329328        */ 
     
    396395 
    397396        ////////////////////////////////////////////////////////////// 
    398         //                 merge options                            // 
     397        //                 merge related stuff                      // 
    399398        ////////////////////////////////////////////////////////////// 
    400          
     399 
     400        /** Computes render cost of the merged pvs. 
     401        */ 
     402        float ComputeMergedPvsCost(const ObjectPvs &pvs1, const ObjectPvs &pvs2) const; 
    401403 
    402404        /** Returns cost of this leaf according to current heuristics. 
Note: See TracChangeset for help on using the changeset viewer.