X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_CompositeSegment_1D.hxx;h=dd781bd8b1460f77c1a8a9f9152e5c5898c20ca2;hb=0f954310b4e1c7880b0b964ccce7772f4b338961;hp=9033e792c01cdca4240af4cc8944f3ad70b78a93;hpb=2c607013a23bd4e7ba07e72e0c04dee2c1209cff;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_CompositeSegment_1D.hxx b/src/StdMeshers/StdMeshers_CompositeSegment_1D.hxx index 9033e792c..dd781bd8b 100644 --- a/src/StdMeshers/StdMeshers_CompositeSegment_1D.hxx +++ b/src/StdMeshers/StdMeshers_CompositeSegment_1D.hxx @@ -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; };