X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeRefList.h;h=37e9f68de6b1a8a51d85cadfa2d35012da463b04;hb=23d55c9a069dc7bde8c49f67edd900992aea2dcc;hp=12235c5b8586f68079cb757a2aef474ed9561996;hpb=7fcf163a8a369889707c5b73eeeb2bc68a4b906e;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeRefList.h b/src/ModelAPI/ModelAPI_AttributeRefList.h index 12235c5b8..37e9f68de 100644 --- a/src/ModelAPI/ModelAPI_AttributeRefList.h +++ b/src/ModelAPI/ModelAPI_AttributeRefList.h @@ -34,6 +34,9 @@ class ModelAPI_AttributeRefList : public ModelAPI_Attribute /// Erases the first meet of the feature in the list MODELAPI_EXPORT virtual void remove(ObjectPtr theObject) = 0; + /// Removes all references from the list + MODELAPI_EXPORT virtual void clear() = 0; + /// Returns number of features in the list MODELAPI_EXPORT virtual int size() const = 0;