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