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/GvsPreprocessor.h

    r1977 r1982  
    172172                                                        const VssRay &oldRay) const; 
    173173 
     174        bool NextViewCell(); 
     175 
     176        void GlobalComputation(); 
     177 
     178        void PerViewCellComputation(); 
     179 
     180        void VisualizeViewCells(); 
     181 
     182 
    174183        ////////////////////// 
    175184 
     
    203212 
    204213        ViewCell *mCurrentViewCell; 
     214 
     215        int mNumViewCells; 
    205216}; 
    206217 
Note: See TracChangeset for help on using the changeset viewer.