Ignore:
Timestamp:
10/19/06 16:45:37 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1603 r1653  
    629629        /** Update stats for the log. 
    630630        */ 
    631         void UpdateStats( 
    632                 ofstream &stats, 
    633                 const int pass, 
    634                 const int viewCells, 
    635                 const float renderCostDecrease, 
    636                 const float totalRenderCost, 
    637                 const int currentPvs, 
    638                 const float expectedCost, 
    639                 const float avgRenderCost, 
    640                 const float deviation, 
    641                 const int totalPvs, 
    642                 const int entriesInPvs, 
    643                 const int pvsSizeDecr, 
    644                 const float volume); 
     631        void UpdateStats(ofstream &stats, 
     632                                         const int pass, 
     633                                         const int viewCells, 
     634                                         const float renderCostDecrease, 
     635                                         const float totalRenderCost, 
     636                                         const int currentPvs, 
     637                                         const float expectedCost, 
     638                                         const float avgRenderCost, 
     639                                         const float deviation, 
     640                                         const int totalPvs, 
     641                                         const int entriesInPvs, 
     642                                         const float memoryCost, 
     643                                         const int pvsSizeDecr, 
     644                                         const float volume); 
    645645 
    646646 
Note: See TracChangeset for help on using the changeset viewer.