h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <Predicates0D.h>
Public Member Functions | |
BinaryPredicate0D () | |
virtual | ~BinaryPredicate0D () |
virtual string | getName () const |
virtual bool | operator() (Interface0D &inter1, Interface0D &inter2) |
BinaryPredicate0D | ( | ) | [inline] |
Default constructor.
virtual ~BinaryPredicate0D | ( | ) | [inline, virtual] |
Destructor.
virtual string getName | ( | ) | const [inline, virtual] |
Returns the string of the name of the binary predicate.
virtual bool operator() | ( | Interface0D & | inter1, | |
Interface0D & | inter2 | |||
) | [inline, virtual] |
The () operator. Must be overload by inherited classes. It evaluates a relation between 2 Interface0D.
inter1 | The first Interface0D. | |
inter2 | The second Interface0D. |