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