|
SHAPER
9.15.0
|
Validates that the integer/double attribute is less or equal to another attribute values. More...

Public Member Functions | |
| GeomValidators_LessOrEqual () | |
| Constructor for only one instance per application: will register the validator. More... | |
| virtual GEOMVALIDATORS_EXPORT bool | isValid (const AttributePtr &theAttribute, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const |
| returns true if attribute is valid More... | |
Validates that the integer/double attribute is less or equal to another attribute values.
| GeomValidators_LessOrEqual::GeomValidators_LessOrEqual | ( | ) |
Constructor for only one instance per application: will register the validator.
|
virtual |
returns true if attribute is valid
| [in] | theAttribute | the checked attribute |
| [in] | theArguments | arguments of the attribute |
| [out] | theError | error message. |
Implements ModelAPI_AttributeValidator.