Salome HOME
0021363: EDF 1957 SMESH: Use of viscous layers with BLSURF
[modules/smesh.git] / src / StdMeshers / StdMeshers_CompositeSegment_1D.hxx
index 9033e792c01cdca4240af4cc8944f3ad70b78a93..dd781bd8b1460f77c1a8a9f9152e5c5898c20ca2 100644 (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;
 };