Ignore:
Timestamp:
02/15/07 00:35:41 (17 years ago)
Author:
mattausch
Message:

implemented hashpvs

File:
1 edited

Legend:

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

    r2073 r2116  
    619619                // update scalar pvs size value 
    620620                ObjectPvs &pvs = viewCell->GetPvs(); 
    621                 mViewCellsManager->UpdateScalarPvsSize(viewCell, pvs.EvalPvsCost(), pvs.GetSize()); 
     621                mViewCellsManager->UpdateScalarPvsSize(viewCell,  
     622                                                                                           pvs.EvalPvsCost(),  
     623                                                                                           pvs.GetSize()); 
    622624 
    623625                mVspStats.contributingSamples += conSamp; 
Note: See TracChangeset for help on using the changeset viewer.