Salome HOME
Copyright update 2022
[modules/shaper.git] / src / SketchSolver / PlaneGCSSolver / PlaneGCSSolver_BooleanWrapper.h
index 3bd1d8d2ed7ed5455b909cbda6b7bee6e9692db2..ae2504ec0082ae0c8073c11f3555310390f0a866 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
@@ -42,6 +42,11 @@ public:
   virtual SketchSolver_EntityType type() const
   { return ENTITY_BOOLEAN; }
 
+protected:
+  /// \brief Update entity by the values of theAttribute
+  /// \return \c true if any value of attribute is not equal to the stored in the entity
+  virtual bool update(std::shared_ptr<ModelAPI_Attribute> theAttribute);
+
 protected:
   bool myValue;
 };