0020918: EDF 1447 SMESH: Mesh common borders

Make ComputeSubMeshStateEngine(int event) public
This commit is contained in:
eap 2010-11-30 15:16:30 +00:00
parent f9d091649a
commit 38c52f0596

View 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);