X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_ProjectionSource1D_i.hxx;h=ac6a4281e51d593160b3285b523370c5b6c91fae;hp=14fffd1d08f252b96816c1a1252e54c21e2849a0;hb=d9f4b53e489dd5857db264ede6acded7b076c9f1;hpb=0fc0831670e27a5611b941c52dc152fd63964515 diff --git a/src/StdMeshers_I/StdMeshers_ProjectionSource1D_i.hxx b/src/StdMeshers_I/StdMeshers_ProjectionSource1D_i.hxx index 14fffd1d0..ac6a4281e 100644 --- a/src/StdMeshers_I/StdMeshers_ProjectionSource1D_i.hxx +++ b/src/StdMeshers_I/StdMeshers_ProjectionSource1D_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2022 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -59,8 +59,7 @@ public: /*! * Sets source or a group containing edges to take a mesh pattern from */ - void SetSourceEdge(GEOM::GEOM_Object_ptr edge) - throw ( SALOME::SALOME_Exception ); + void SetSourceEdge(GEOM::GEOM_Object_ptr edge); /*! * Returns the source edge or a group containing edges @@ -70,8 +69,7 @@ public: /*! * Sets source 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 @@ -83,8 +81,7 @@ public: * This parameter is optional */ void SetVertexAssociation(GEOM::GEOM_Object_ptr sourceVertex, - GEOM::GEOM_Object_ptr targetVertex) - throw ( SALOME::SALOME_Exception ); + GEOM::GEOM_Object_ptr targetVertex); /*! * Returns the vertex associated with the target vertex.