Ignore:
Timestamp:
05/03/06 10:28:20 (18 years ago)
Author:
mattausch
Message:

added new active view cell concept

File:
1 edited

Legend:

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

    r881 r882  
    18721872void ViewCellsManager::SetViewCellsActive() 
    18731873{ 
    1874         ++ ViewCell::sLastUpdated; 
    1875  
     1874        // collect leaf view cells and set the pointers to the currently 
     1875        // active view cells 
    18761876        ViewCellContainer::const_iterator it, it_end = mViewCells.end(); 
    18771877        for (it = mViewCells.begin(); it != it_end; ++ it) 
Note: See TracChangeset for help on using the changeset viewer.