mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 18:20:34 +05:00
0021345: EDF 1936 : Problem in submeshes management
+ static std::string AlgoName();
This commit is contained in:
parent
c267141b79
commit
2d61b98c65
@ -61,6 +61,11 @@ public:
|
|||||||
const TopoDS_Face& aFace,
|
const TopoDS_Face& aFace,
|
||||||
const bool ignoreMeshed);
|
const bool ignoreMeshed);
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \brief Returns algo type name
|
||||||
|
*/
|
||||||
|
static std::string AlgoName();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
SMESH_subMeshEventListener* _EventListener;
|
SMESH_subMeshEventListener* _EventListener;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user