X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_Data.h;h=191345f1a7313c9359c7f17b4907d852a2dbff43;hb=7fbaddcd99f065a375775e2c3547ad93a5dd8c70;hp=2acf4fc6bf2cc264c2123d1c2094aa2f11119c6a;hpb=d9db5498b576854aae37ddf8c0bb6fceb264712e;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_Data.h b/src/ModelAPI/ModelAPI_Data.h index 2acf4fc6b..191345f1a 100644 --- a/src/ModelAPI/ModelAPI_Data.h +++ b/src/ModelAPI/ModelAPI_Data.h @@ -8,6 +8,7 @@ #include "ModelAPI.h" #include #include +#include #include class ModelAPI_AttributeDocRef; @@ -109,6 +110,9 @@ class MODELAPI_EXPORT ModelAPI_Data /// Returns the identifier of feature-owner, unique in this document virtual int featureId() const = 0; + // returns all objects referenced to this + virtual const std::set >& refsToMe() = 0; + protected: /// Objects are created for features automatically ModelAPI_Data()