X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_ProjectionSource3D.hxx;h=a40dcae2c99808bcf39ad3119981a4689f95c949;hp=54c5395ced97cf3c0192117dda9abb9f18db1120;hb=d9f4b53e489dd5857db264ede6acded7b076c9f1;hpb=7eda9ca931ed2a11cb5e4637e4ffe19f5c061115 diff --git a/src/StdMeshers/StdMeshers_ProjectionSource3D.hxx b/src/StdMeshers/StdMeshers_ProjectionSource3D.hxx index 54c5395ce..a40dcae2c 100644 --- a/src/StdMeshers/StdMeshers_ProjectionSource3D.hxx +++ b/src/StdMeshers/StdMeshers_ProjectionSource3D.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 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 @@ -20,7 +20,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// SMESH SMESH : idl implementation based on 'SMESH' unit's calsses +// SMESH SMESH : idl implementation based on 'SMESH' unit's classes // File : StdMeshers_ProjectionSource3D.hxx // Author : Edward AGAPOV // Module : SMESH @@ -49,15 +49,14 @@ class STDMESHERS_EXPORT StdMeshers_ProjectionSource3D: public SMESH_Hypothesis { public: // Constructor - StdMeshers_ProjectionSource3D( int hypId, int studyId, SMESH_Gen * gen ); + StdMeshers_ProjectionSource3D( int hypId, SMESH_Gen * gen ); // Destructor virtual ~StdMeshers_ProjectionSource3D(); /*! * Sets a source to take a mesh pattern from */ - void SetSource3DShape(const TopoDS_Shape& shape) - throw ( SALOME_Exception ); + void SetSource3DShape(const TopoDS_Shape& shape); /*! * Returns the source shape @@ -82,20 +81,19 @@ public: void SetVertexAssociation(const TopoDS_Shape& sourceVertex1, const TopoDS_Shape& sourceVertex2, const TopoDS_Shape& targetVertex1, - const TopoDS_Shape& targetVertex2) - throw ( SALOME_Exception ); + const TopoDS_Shape& targetVertex2); /*! * Returns the -th source vertex associated with the -th target vertex. * Result may be nil if association not set. */ - TopoDS_Vertex GetSourceVertex(int i) const throw ( SALOME_Exception ); + TopoDS_Vertex GetSourceVertex(int i) const; /*! * Returns the -th target vertex associated with the -th source vertex. * Result may be nil if association not set. */ - TopoDS_Vertex GetTargetVertex(int i) const throw ( SALOME_Exception ); + TopoDS_Vertex GetTargetVertex(int i) const; /*! * \brief Test if vertex association defined