Implementation of equality to zero. 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 EqualToZeroPtr_t | create () |
![]() | |
static ComparisonTypePtr_t | createDefault () |
Static Public Attributes | |
static EqualToZeroPtr_t | unique_ |
Additional Inherited Members | |
![]() | |
enum | Type { Equality, EqualToZero, Superior, Inferior, DoubleInequality } |
typedef std::vector< Type > | VectorOfTypes |
Implementation of equality to zero.
right hand side of this constraint cannot be modified.
|
inlinestatic |
|
inlinevirtual |
Implements hpp::core::ComparisonType.
|
inlinevirtual |
Implements hpp::core::ComparisonType.
|
static |