Salome HOME
Make result part as a container of the document
[modules/shaper.git] / src / Model / Model_ResultPart.h
index 26c19fc0cc708099e9aed96cc03da3e5ab1680b0..4408690d849ee4cff62e7919a5000f9bf7254e8f 100644 (file)
@@ -27,6 +27,9 @@ protected:
   /// makes a result on a temporary feature (an action)
   Model_ResultPart();
 
+  /// Sets the data manager of an object (document does), here also attributes are initialized
+  virtual void setData(boost::shared_ptr<ModelAPI_Data> theData);
+
   friend class Model_Document;
 };