Salome HOME
suite
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultGroup.h
index 8644fc1cfda754e909db316bf36c11e9f54c4eee..38da55c5ca5a93b01b48a58ef1e71a175bddb77b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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