Ignore:
Timestamp:
07/27/06 20:34:55 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1161 r1166  
    619619#endif 
    620620 
     621        int GetEntriesInPvsForCompressedStorage(ViewCell *vc) const; 
     622        int GetPvsSizeForCompressedStorage(ViewCell *vc) const; 
     623        int GetPvsSizeForLeafStorage(ViewCell *vc) const; 
     624        int GetEntriesInPvsForLeafStorage(ViewCell *vc) const; 
     625 
     626        void UpdateStats( 
     627                ofstream &stats, 
     628                const int pass, 
     629                const int viewCells, 
     630                const float renderCostDecrease, 
     631                const float totalRenderCost, 
     632                const int currentPvs, 
     633                const float expectedCost, 
     634                const float avgRenderCost, 
     635                const float deviation, 
     636                const int totalPvs, 
     637                const int entriesInPvs, 
     638                const int pvsSizeDecr, 
     639                const float volume); 
    621640 
    622641        /// if the view cell tree hold compressed pvs 
Note: See TracChangeset for help on using the changeset viewer.