]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeDouble.h
Salome HOME
Issue #2024: Redesign of circle and arc of circle
[modules/shaper.git] / src / Model / Model_AttributeDouble.h
index 883b9b545c81c5d298cdb13c2e3c6c8223f86f73..17b82ea654cdee5352b0b346a1c240d430b4871b 100644 (file)
@@ -63,6 +63,9 @@ class Model_AttributeDouble : public ModelAPI_AttributeDouble
   /// Reinitializes the internal state of the attribute (may be needed on undo/redo, abort, etc)
   virtual void reinit();
 
+  /// Resets attribute to deafult state.
+  virtual void reset();
+
   friend class Model_Data;
 };