|
SHAPER
9.15.0
|
Validates that the double attribute is greater than 1.e-5. More...

Public Member Functions | |
| GeomValidators_Positive () | |
| 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 double attribute is greater than 1.e-5.
| GeomValidators_Positive::GeomValidators_Positive | ( | ) |
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.