Salome HOME
Added the system of reinitialization of attributes instead of re-creation of them...
[modules/shaper.git] / src / GeomData / GeomData_Point.h
index 3c08a706f641db6cbb10fd95d3eb8e0e7fe266f2..8936ffef82462bb4abdf1bac10f12fb502544f68 100644 (file)
@@ -74,6 +74,8 @@ class GeomData_Point : public GeomDataAPI_Point
  protected:
   /// Initializes attributes
   GEOMDATA_EXPORT GeomData_Point();
+  /// Reinitializes the internal state of the attribute (may be needed on undo/redo, abort, etc)
+  virtual void reinit();
 
   friend class Model_Data;
 };