Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / Model / Model_AttributeDoubleArray.h
index 74d960624f0df2b9c89d1984df428dbf7cad49e4..192d60629ecc82f0909064b84bcdfac679e2cfca 100644 (file)
@@ -38,6 +38,8 @@ public:
 protected:
   /// Initializes attibutes
   Model_AttributeDoubleArray(TDF_Label& theLabel);
+  /// Reinitializes the internal state of the attribute (may be needed on undo/redo, abort, etc)
+  virtual void reinit();
 
 private:
   /// The OCCT array that keeps all values.