|
SHAPER
9.15.0
|
Generic validator for any attribute of a feature. More...

Public Member Functions | |
| virtual GEOMVALIDATORS_EXPORT bool | isValid (const AttributePtr &theAttribute, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const |
| returns True if the attribute is valid. More... | |
Generic validator for any attribute of a feature.
|
virtual |
returns True if the attribute is valid.
It checks whether the feature of the attribute does not contain a selection attribute filled with the same shape
| [in] | theAttribute | an attribute to check |
| [in] | theArguments | a filter parameters |
| [out] | theError | error message. |
Implements ModelAPI_AttributeValidator.