32 : m_hasLogicalOperators(false),
33 m_comparisonOperators(nullptr),
34 m_arithmeticOperators(nullptr)
ArithmeticOperators * m_arithmeticOperators
Optional.
It is used to indicate what types of comparison operators are supported by a service.
void enableLogicalOperators()
It enables the logical operators support.
bool hasLogicalOperators() const
It returns true if it has logical operators support, otherwise, returns false.
const ComparisonOperators * getComparisonOperators() const
It returns the comparison operators.
ScalarCapabilities()
It initializes a new ScalarCapabilities.
It is used to indicate the arithmetic operators that a service can support.
bool m_hasLogicalOperators
It is used to indicate that the filter can process And, Or and Not operators. Default: false...
void setComparisonOperators(ComparisonOperators *cOps)
It sets the comparison operators.
It is used to indicate what arithmetic operators the a service can support.
const ArithmeticOperators * getArithmeticOperators() const
It returns the arithmetic operators.
Scalar capabilities include the ability to process logical expressions, comparisons and arithmetic op...
ComparisonOperators * m_comparisonOperators
Optional.
void setArithmeticOperators(ArithmeticOperators *aOps)
It sets the arithmetic operators.
void disableLogicalOperators()
It is used to indicate what types of comparison operators are supported by a service.
~ScalarCapabilities()
Destructor.