UnaryPredicate0D Class Reference
#include <Predicates0D.h>
Inheritance diagram for UnaryPredicate0D:
List of all members.
Detailed Description
Base class for Unary Predicates that work on
Interface0DIterator. A UnaryPredicate0D is a functor that evaluates a condition on a
Interface0DIterator and returns true or false depending on whether this condition is satisfied or not. The UnaryPredicate0D 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] |
|
|
Returns the string of the name of the UnaryPredicate0D.
Reimplemented in TrueUP0D, and FalseUP0D. |
|
The () operator. Must be overload by inherited classes. - Parameters:
-
- Returns:
- true if the condition is satisfied, false otherwise.
Reimplemented in TrueUP0D, and FalseUP0D. |
The documentation for this class was generated from the following file: