mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 02:30:33 +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);
|
||||
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user