Salome HOME
Task 2.5. Combination operations on Groups (issue #2935)
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultGroup.h
index 8644fc1cfda754e909db316bf36c11e9f54c4eee..040f2a05ccbe3fc36d579337519dbbf9a5d297d8 100644 (file)
@@ -52,6 +52,11 @@ public:
     return RESULT_GROUP_COLOR;
   }
 
+  /// \brief Stores the result of operation made on groups.
+  ///        Cleans the storage if empty shape is given.
+  /// param[in] theShape shape to store.
+  MODELAPI_EXPORT virtual void store(const GeomShapePtr& theShape)
+  {}
 };
 
 //! Pointer on feature object