Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / GeomData / GeomData_Point2D.h
index a4864c6c45a52e7c6998b5c39286122bdc7211be..3bb62e8a02cd1b7a1d47d38cd2978e99d8be41d7 100644 (file)
@@ -72,6 +72,9 @@ class GeomData_Point2D : public GeomDataAPI_Point2D
   /// 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;
 };