X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeReference.h;h=7ea779b6ce656afa2da6a068d4e2c5aca4e83ee7;hb=530f5aff42069e844c4a4ef164088ea23ba0e2dd;hp=991f4e725544ae90283cad4ecd618c58bbeba063;hpb=38afbd899a8645c83e17f2c24a17a2b7414911b4;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeReference.h b/src/Model/Model_AttributeReference.h index 991f4e725..7ea779b6c 100644 --- a/src/Model/Model_AttributeReference.h +++ b/src/Model/Model_AttributeReference.h @@ -32,6 +32,10 @@ class Model_AttributeReference : public ModelAPI_AttributeReference MODEL_EXPORT virtual void setObject(const std::shared_ptr& theObject); + /// Returns true if attribute was initialized by some value + MODEL_EXPORT virtual bool isInitialized(); + + protected: /// Objects are created for features automatically MODEL_EXPORT Model_AttributeReference(TDF_Label& theLabel);