Ignore:
Timestamp:
12/17/07 18:39:12 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2560 r2569  
    32123212 
    32133213 
     3214void ViewCellsManager::UpdateScalarPvsCost(ViewCell *vc, const float pvsCost) const 
     3215{ 
     3216        vc->mPvsCost = pvsCost; 
     3217} 
     3218 
     3219 
    32143220void 
    32153221ViewCellsManager::ApplyFilter(ViewCell *viewCell, 
Note: See TracChangeset for help on using the changeset viewer.