mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 15:00:34 +05:00
0020918: EDF 1447 SMESH: Mesh common borders
Make ComputeSubMeshStateEngine(int event) public
This commit is contained in:
parent
f9d091649a
commit
38c52f0596
@ -192,6 +192,7 @@ public:
|
|||||||
void DumpAlgoState(bool isMain);
|
void DumpAlgoState(bool isMain);
|
||||||
|
|
||||||
bool ComputeStateEngine(int event);
|
bool ComputeStateEngine(int event);
|
||||||
|
void ComputeSubMeshStateEngine(int event);
|
||||||
|
|
||||||
bool Evaluate(MapShapeNbElems& aResMap);
|
bool Evaluate(MapShapeNbElems& aResMap);
|
||||||
|
|
||||||
@ -249,7 +250,6 @@ protected:
|
|||||||
void RemoveSubMeshElementsAndNodes();
|
void RemoveSubMeshElementsAndNodes();
|
||||||
void UpdateDependantsState(const compute_event theEvent);
|
void UpdateDependantsState(const compute_event theEvent);
|
||||||
void UpdateSubMeshState(const compute_state theState);
|
void UpdateSubMeshState(const compute_state theState);
|
||||||
void ComputeSubMeshStateEngine(int event);
|
|
||||||
void CleanDependants();
|
void CleanDependants();
|
||||||
void CleanDependsOn();
|
void CleanDependsOn();
|
||||||
void SetAlgoState(int state);
|
void SetAlgoState(int state);
|
||||||
|
Loading…
Reference in New Issue
Block a user