Ignore:
Timestamp:
11/21/06 19:41:11 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1764 r1778  
    3030 
    3131 
     32 
    3233/*******************************************************************/ 
    3334/*              class HierarchyManager implementation              */ 
     
    18991900                float rc = 0; 
    19001901        ObjectPvs pvs; 
    1901                 mVspTree->mViewCellsTree->GetPvs(vc, pvs); 
    1902  
     1902                 
     1903                //mVspTree->mViewCellsTree->GetPvs(vc, pvs); 
     1904                GetPvsIncrementally(vc, pvs); 
     1905                 
    19031906                vc->SetPvs(pvs); 
    19041907 
Note: See TracChangeset for help on using the changeset viewer.