OptionPropertyValidation< T > Class Template Reference
Inheritance diagram for OptionPropertyValidation< T >:
Public Member Functions | |
| OptionPropertyValidation (OptionProperty< T > *observed) | |
| virtual OptionPropertyValidation * | clone () const |
| virtual bool | met () const throw () |
| This implements the actual checking of the Condition. | |
Protected Attributes | |
| OptionProperty< T > * | observed_ |
Detailed Description
template<class T>
class voreen::OptionPropertyValidation< T >
Definition at line 146 of file condition.h.