Ignore:
Timestamp:
07/26/06 17:38:01 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1149 r1160  
    842842 
    843843                // update scalar pvs size lookup 
    844                 mViewCellsManager->SetScalarPvsSize(viewCell, viewCell->GetPvs().CountPvs()); 
     844                ObjectPvs &pvs = viewCell->GetPvs(); 
     845                mViewCellsManager->UpdateScalarPvsSize(viewCell, pvs.CountPvs(), pvs.GetSize()); 
    845846         
    846847 
     
    982983 
    983984                // update scalar pvs size value 
    984                 mViewCellsManager->SetScalarPvsSize(viewCell, viewCell->GetPvs().CountPvs()); 
     985                ObjectPvs &pvs = viewCell->GetPvs(); 
     986                mViewCellsManager->UpdateScalarPvsSize(viewCell, pvs.CountPvs(), pvs.GetSize()); 
    985987 
    986988                mBspStats.contributingSamples += conSamp; 
Note: See TracChangeset for help on using the changeset viewer.