Ignore:
Timestamp:
01/17/06 23:28:10 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCell.h

    r520 r547  
    131131        void SetMesh(Mesh *mesh); 
    132132 
     133        void SetValid(const bool valid); 
     134        bool GetValid() const; 
     135 
    133136protected: 
    134137 
     
    138141        float mVolume; 
    139142        float mArea; 
     143 
     144 
     145        bool mValid; 
    140146}; 
    141147 
Note: See TracChangeset for help on using the changeset viewer.