LessCondition< T > Class Template Reference

Inheritance diagram for LessCondition< T >:
TemplatePropertyCondition< T, T > Condition

List of all members.

Public Member Functions

 LessCondition (TemplateProperty< T > *observed, T value, const Action &action=NoAction(), const Action &elseaction=NoAction())
virtual LessConditionclone () const
virtual bool met () const throw ()
 This implements the actual checking of the Condition.

Detailed Description

template<class T>
class voreen::LessCondition< T >

Definition at line 113 of file templatepropertycondition.h.