0021345: EDF 1936 : Problem in submeshes management

+  static std::string AlgoName();
This commit is contained in:
eap 2011-08-19 12:37:32 +00:00
parent c267141b79
commit 2d61b98c65

View File

@ -61,6 +61,11 @@ public:
const TopoDS_Face& aFace,
const bool ignoreMeshed);
/*!
* \brief Returns algo type name
*/
static std::string AlgoName();
protected:
SMESH_subMeshEventListener* _EventListener;
};