GreaterEqualCondition< T > Class Template Reference
Inheritance diagram for GreaterEqualCondition< T >:
Public Member Functions | |
| GreaterEqualCondition (TemplateProperty< T > *observed, T value, const Action &action=NoAction(), const Action &elseaction=NoAction()) | |
| virtual GreaterEqualCondition * | clone () const |
| virtual bool | met () const throw () |
| This implements the actual checking of the Condition. | |
Detailed Description
template<class T>
class voreen::GreaterEqualCondition< T >
Definition at line 181 of file templatepropertycondition.h.