Salome HOME
0021345: EDF 1936 : Problem in submeshes management
authoreap <eap@opencascade.com>
Fri, 19 Aug 2011 12:37:32 +0000 (12:37 +0000)
committereap <eap@opencascade.com>
Fri, 19 Aug 2011 12:37:32 +0000 (12:37 +0000)
+  static std::string AlgoName();

src/StdMeshers/StdMeshers_CompositeSegment_1D.hxx

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