UnaryPredicate1D Class Reference
#include <Predicates1D.h>
Inheritance diagram for UnaryPredicate1D:
List of all members.
Detailed Description
Base class for Unary Predicates that work on
Interface1D. A UnaryPredicate1D is a functor that evaluates a condition on a
Interface1D and returns true or false depending on whether this condition is satisfied or not. The UnaryPredicate1D is used by calling its () operator. Any inherited class must overload the () operator.
Constructor & Destructor Documentation
Member Function Documentation
virtual string getName |
( |
|
) |
const [inline, virtual] |
|
virtual bool operator() |
( |
Interface1D & |
inter |
) |
[inline, virtual] |
|
The documentation for this class was generated from the following file: