Changeset 1298 for GTP/trunk/Lib/Vis/Preprocessing
- Timestamp:
- 08/30/06 09:56:07 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.cpp
r1297 r1298 842 842 { 843 843 if (mUseCostHeuristics) 844 { cout << "h";844 { 845 845 //-- partition objects using heuristics 846 846 nCostRatio[axis] = … … 852 852 } 853 853 else 854 { cout << "m";854 { 855 855 nCostRatio[axis] = 856 856 EvalLocalObjectPartition( -
GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp
r1297 r1298 273 273 const long startTime = GetTime(); 274 274 275 const bool repairQueue = false;275 const bool repairQueue = true; 276 276 // process object space candidates 277 277 RunConstruction(repairQueue);
Note: See TracChangeset
for help on using the changeset viewer.