Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_ProjectionSource3D_i.hxx
index 44b7303e1a62d6b77c97b76492f51036026ce878..4f3b3c9c5425dbeac6b221a435abb0a698723a33 100644 (file)
@@ -60,8 +60,7 @@ public:
   /*!
    * Sets a source <shape> to take a mesh pattern from
    */
-  void SetSource3DShape(GEOM::GEOM_Object_ptr shape)
-    throw ( SALOME::SALOME_Exception );
+  void SetSource3DShape(GEOM::GEOM_Object_ptr shape);
 
   /*!
    * Returns the source shape
@@ -71,8 +70,7 @@ public:
   /*!
    * Sets source <mesh> to take a mesh pattern from
    */
-  void SetSourceMesh(SMESH::SMESH_Mesh_ptr mesh)
-    throw ( SALOME::SALOME_Exception );
+  void SetSourceMesh(SMESH::SMESH_Mesh_ptr mesh);
 
   /*!
    * Return source mesh
@@ -87,8 +85,7 @@ public:
   void SetVertexAssociation(GEOM::GEOM_Object_ptr sourceVertex1,
                             GEOM::GEOM_Object_ptr sourceVertex2,
                             GEOM::GEOM_Object_ptr targetVertex1,
-                            GEOM::GEOM_Object_ptr targetVertex2)
-    throw ( SALOME::SALOME_Exception );
+                            GEOM::GEOM_Object_ptr targetVertex2);
 
   /*!
    * Returns the <i>-th source vertex associated with the <i>-th target vertex.