Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / StdMeshers / StdMeshers_ProjectionSource2D.hxx
index ea0558765a58db86bf7873fca2d352cd5ec299f0..4d3674e3fb96145ae038e7615846470bb7d65782 100644 (file)
@@ -57,7 +57,7 @@ public:
    * Sets a source <face> to take a mesh pattern from
    */
   void SetSourceFace(const TopoDS_Shape& face)
-    throw ( SALOME_Exception );
+    ;
 
   /*!
    * Returns the source face or a group containing faces
@@ -89,21 +89,21 @@ public:
                             const TopoDS_Shape& sourceVertex2,
                             const TopoDS_Shape& targetVertex1,
                             const TopoDS_Shape& targetVertex2)
-    throw ( SALOME_Exception );
+    ;
 
   /*!
    * Returns the <i>-th source vertex associated with the <i>-th target vertex.
    * Result may be nil if association not set.
    * Valid indices are 1 and 2
    */
-  TopoDS_Vertex GetSourceVertex(int i) const throw ( SALOME_Exception );
+  TopoDS_Vertex GetSourceVertex(int i) const ;
 
   /*!
    * Returns the <i>-th target vertex associated with the <i>-th source vertex.
    * Result may be nil if association not set.
    * Valid indices are 1 and 2
    */
-  TopoDS_Vertex GetTargetVertex(int i) const throw ( SALOME_Exception );
+  TopoDS_Vertex GetTargetVertex(int i) const ;
 
   /*!
    * \brief Test if vertex association defined