20 #ifndef GeomValidators_Finite_H
21 #define GeomValidators_Finite_H
23 #include <GeomValidators.h>
24 #include <ModelAPI_AttributeValidator.h>
37 GEOMVALIDATORS_EXPORT
virtual bool isValid(
const AttributePtr& theAttribute,
38 const std::list<std::string>& theArguments,
An event message for sending a string message which has to be translated.
Definition: Events_InfoMessage.h:35
A validator for finite objects.
Definition: GeomValidators_Finite.h:31
virtual GEOMVALIDATORS_EXPORT bool isValid(const AttributePtr &theAttribute, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const
returns true if attribute is valid
Definition: GeomValidators_Finite.cpp:27
Generic validator for any attribute of a feature.
Definition: ModelAPI_AttributeValidator.h:31