Ignore:
Timestamp:
02/19/07 02:51:22 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCell.h

    r2117 r2124  
    203203        */ 
    204204        void SetMesh(Mesh *mesh); 
    205  
    206205        /** Sets this view cell to be a valid view cell according to some criteria. 
    207206        */ 
     
    291290        void SetFilteredPvsSize(const int s) { 
    292291                mFilteredPvsSize = s; 
    293   } 
     292        } 
     293 
     294        //virtual int ViewCellType; 
    294295 
    295296protected: 
     
    321322        bool mPvsSizeValid; 
    322323 
    323  
    324324        /// Filter cost of the pvs 
    325325        int mFilteredPvsSize; 
Note: See TracChangeset for help on using the changeset viewer.