Ignore:
Timestamp:
11/06/06 18:48:22 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1710 r1713  
    241241 
    242242        void EvaluateSubdivision2(ofstream &splitsStats, 
    243                                                           ofstream &memStats, 
    244                                                           const int splitsStepSize, 
    245                                                           const float memStepSize); 
     243                                                          const int splitsStepSize); 
    246244 
    247245 
     
    461459                                                vector<BvhNode *> &bvhNodes); 
    462460 
    463         bool ExtractStatistics(const int maxSplits, 
    464                                                    const float maxMemoryCost, 
    465                                                    float &renderCost, 
    466                                                    float &memory, 
    467                                                    int &pvsEntries); 
     461        int ExtractStatistics(const int maxSplits, 
     462                                                  const float maxMemoryCost, 
     463                                                  float &renderCost, 
     464                                                  float &memory, 
     465                                                  int &pvsEntries); 
    468466 
    469467 
Note: See TracChangeset for help on using the changeset viewer.