X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeRefAttr.h;h=49337e695a9e7ebae3b79a944271b6a3d2b72f52;hb=443d4d24432c8bb907c28b23bf8db67dad263886;hp=94609a8f5f37e5e9390638844764f3d177d5b775;hpb=f1cd93fd02a54259f72e3191d037323a496b2bef;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeRefAttr.h b/src/Model/Model_AttributeRefAttr.h index 94609a8f5..49337e695 100644 --- a/src/Model/Model_AttributeRefAttr.h +++ b/src/Model/Model_AttributeRefAttr.h @@ -40,6 +40,9 @@ class Model_AttributeRefAttr : public ModelAPI_AttributeRefAttr /// Returns object referenced from this attribute MODEL_EXPORT virtual ObjectPtr object(); + /// Returns true if attribute was initialized by some value + MODEL_EXPORT virtual bool isInitialized(); + protected: /// Objects are created for features automatically MODEL_EXPORT Model_AttributeRefAttr(TDF_Label& theLabel);