Salome HOME
fix update of sub-meshes on group in checkGeomModif()
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.hxx
index 535931d93ec465683d6d6edc7dc064e1bfcacd6a..388a04587675447ee8529b65c038646781fe2185 100644 (file)
@@ -623,6 +623,12 @@ public:
   std::string FileInfoToString();
   void FileInfoFromString(const std::string& info);
 
+  /*!
+   * Persistence of geometry tick
+   */
+  int& MainShapeTick() { return _mainShapeTick; }
+  
+
   /*!
    * Sets list of notebook variables used for Mesh operations separated by ":" symbol
    */
@@ -769,7 +775,7 @@ private:
   /*!
    * Return new group contents if it has been changed and update group data
    */
-  TopoDS_Shape newGroupShape( TGeomGroupData & groupData);
+  TopoDS_Shape newGroupShape( TGeomGroupData & groupData, bool onlyIfChanged);
 
 };