Ignore:
Timestamp:
10/24/06 17:42:03 (18 years ago)
Author:
mattausch
Message:

worked on pvs heuristics

File:
1 edited

Legend:

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

    r1673 r1676  
    233233 
    234234        inline bool ConsiderMemory() const { return mConsiderMemory; } 
     235        inline float GetMemoryConst() const { return mMemoryConst; } 
     236 
    235237 
    236238protected: 
     
    273275                                                //const float minRenderCostDecr, 
    274276                                                SubdivisionCandidate *oldCandidate, 
    275                                                 const int minSteps); 
     277                                                const int minSteps, 
     278                                                const int maxSteps); 
    276279 
    277280        /** Default subdivision method. 
Note: See TracChangeset for help on using the changeset viewer.