Ignore:
Timestamp:
12/04/06 23:32:28 (18 years ago)
Author:
mattausch
Message:

improved object pvs

File:
1 edited

Legend:

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

    r1844 r1845  
    23542354 
    23552355 
    2356 void HierarchyManager::CompressObjectSpace() 
     2356int HierarchyManager::CompressObjectSpace() 
    23572357{ 
    23582358        //mBvHierarchy->Compress(); 
    2359         mVspTree->CompressObjects(); 
     2359        return mVspTree->CompressObjects(); 
     2360} 
     2361 
    23602362 
    23612363void HierarchyManager::CreateUniqueObjectIds() 
Note: See TracChangeset for help on using the changeset viewer.