Ignore:
Timestamp:
05/02/07 17:28:26 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2332 r2342  
    287287        } 
    288288 
    289         void SetPvsCost(const float c) { 
     289        void SetTrianglesInPvs(const float c) { 
    290290                mPvsCost = c; 
    291291        } 
     
    295295        } 
    296296 
    297         float GetPvsCost() const { 
     297        float GetTrianglesInPvs() const { 
    298298                return mPvsCost; 
    299299        } 
     
    508508        /** Returns pvs size (i.e. the render cost of the stored objects) 
    509509        */ 
    510         float GetPvsCost(ViewCell *vc) const; 
     510        float GetTrianglesInPvs(ViewCell *vc) const; 
    511511   
    512512        /** Returns number of entries associated with this view cell.  
Note: See TracChangeset for help on using the changeset viewer.