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