Implementation of equality. More...
#include <hpp/core/comparison-type.hh>
Public Member Functions | |
bool | operator() (vectorOut_t, matrixOut_t) const |
bool | operator() (vectorOut_t) const |
virtual bool | constantRightHandSide () const |
Return whether the right hand side of the comparison is constant. More... | |
Static Public Member Functions | |
static EqualityPtr_t | create () |
![]() | |
static ComparisonTypePtr_t | createDefault () |
Static Public Attributes | |
static EqualityPtr_t | unique_ |
Additional Inherited Members | |
![]() | |
enum | Type { Equality, EqualToZero, Superior, Inferior, DoubleInequality } |
typedef std::vector< Type > | VectorOfTypes |
Implementation of equality.
|
inlinevirtual |
Return whether the right hand side of the comparison is constant.
Reimplemented from hpp::core::ComparisonType.
|
inlinestatic |
Referenced by hpp::core::ProblemSolver::comparisonType().
|
inlinevirtual |
Implements hpp::core::ComparisonType.
|
inlinevirtual |
Implements hpp::core::ComparisonType.
|
static |