Salome HOME
Interfaces to be used by Import feature.
[modules/shaper.git] / src / Model / Model_AttributeDocRef.h
index dc731701d86451c17889f99d3d7c2a454ace7138..6290e05a41c23c25e999de9d0ab45cd94dd2d61f 100644 (file)
@@ -18,6 +18,7 @@
 class Model_AttributeDocRef : public ModelAPI_AttributeDocRef
 {
   Handle_TDataStd_Comment myComment;  ///< reference to document is identified as string-id
+  boost::shared_ptr<ModelAPI_Document> myDoc; ///< document referenced by this attribute (if already loaded)
  public:
   /// Defines the document referenced from this attribute
   MODEL_EXPORT virtual void setValue(boost::shared_ptr<ModelAPI_Document> theDoc);