Ignore:
Timestamp:
01/15/07 18:33:00 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1981 r1982  
    22822282 
    22832283 
     2284int ViewCellsManager::GetNumViewCells() const 
     2285{ 
     2286        return (int)mViewCells.size(); 
     2287} 
     2288 
     2289 
    22842290float ViewCellsManager::ComputeSampleContribution(VssRay &ray, 
    22852291                                                                                                  const bool addRays, 
Note: See TracChangeset for help on using the changeset viewer.