Salome HOME
0020918: EDF 1447 SMESH: Mesh common borders
authoreap <eap@opencascade.com>
Tue, 30 Nov 2010 15:16:30 +0000 (15:16 +0000)
committereap <eap@opencascade.com>
Tue, 30 Nov 2010 15:16:30 +0000 (15:16 +0000)
  Make ComputeSubMeshStateEngine(int event) public

src/SMESH/SMESH_subMesh.hxx

index 2929c023fe70999961b1e71f2d4bbedeae774ce3..05c1d7f821a862ab7c36146ab382b5807387a716 100644 (file)
@@ -192,6 +192,7 @@ public:
   void DumpAlgoState(bool isMain);
 
   bool ComputeStateEngine(int event);
+  void ComputeSubMeshStateEngine(int event);
 
   bool Evaluate(MapShapeNbElems& aResMap);
 
@@ -249,7 +250,6 @@ protected:
   void RemoveSubMeshElementsAndNodes();
   void UpdateDependantsState(const compute_event theEvent);
   void UpdateSubMeshState(const compute_state theState);
-  void ComputeSubMeshStateEngine(int event);
   void CleanDependants();
   void CleanDependsOn();
   void SetAlgoState(int state);