NumericPropertyValidation< T > Class Template Reference

Inheritance diagram for NumericPropertyValidation< T >:
Condition

List of all members.

Public Member Functions

 NumericPropertyValidation (NumericProperty< T > *const observed)
virtual NumericPropertyValidationclone () const
virtual bool met () const throw ()
 This implements the actual checking of the Condition.
virtual std::string description () const
 Returns a string describing the condition.
template<>
bool met () const throw()
 This implements the actual checking of the Condition.
template<>
bool met () const throw()
 This implements the actual checking of the Condition.

Protected Attributes

NumericProperty< T > * observed_

Detailed Description

template<class T>
class voreen::NumericPropertyValidation< T >

Definition at line 126 of file condition.h.


Member Function Documentation

std::string description (  )  const [inline, virtual]

Returns a string describing the condition.

This is added to the exception message when validation failed.

Reimplemented from Condition.

Definition at line 157 of file condition.cpp.