X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_ProjectionSource2D_i.cxx;h=4cfe2739cd2d07d1cc2211bebed98ddbdb52606b;hb=907c315580012ca7e75c640c88f79e3ff2239276;hp=2c09b8cadb80b5948ccc361b57d042595c1fe63b;hpb=0fc0831670e27a5611b941c52dc152fd63964515;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_ProjectionSource2D_i.cxx b/src/StdMeshers_I/StdMeshers_ProjectionSource2D_i.cxx index 2c09b8cad..4cfe2739c 100644 --- a/src/StdMeshers_I/StdMeshers_ProjectionSource2D_i.cxx +++ b/src/StdMeshers_I/StdMeshers_ProjectionSource2D_i.cxx @@ -74,7 +74,6 @@ StdMeshers_ProjectionSource2D_i::~StdMeshers_ProjectionSource2D_i() //============================================================================= void StdMeshers_ProjectionSource2D_i::SetSourceFace(GEOM::GEOM_Object_ptr face) - throw ( SALOME::SALOME_Exception ) { ASSERT( myBaseImpl ); try { @@ -96,7 +95,6 @@ void StdMeshers_ProjectionSource2D_i::SetSourceFace(GEOM::GEOM_Object_ptr face) //============================================================================= void StdMeshers_ProjectionSource2D_i::SetSourceMesh(SMESH::SMESH_Mesh_ptr theMesh) - throw ( SALOME::SALOME_Exception ) { ASSERT( myBaseImpl ); @@ -147,7 +145,6 @@ void StdMeshers_ProjectionSource2D_i::SetVertexAssociation(GEOM::GEOM_Object_ptr GEOM::GEOM_Object_ptr sourceVertex2, GEOM::GEOM_Object_ptr targetVertex1, GEOM::GEOM_Object_ptr targetVertex2) - throw ( SALOME::SALOME_Exception ) { ASSERT( myBaseImpl ); try { @@ -319,7 +316,7 @@ void StdMeshers_ProjectionSource2D_i::LoadFrom( const char* theStream ) bool StdMeshers_ProjectionSource2D_i::getObjectsDependOn( std::vector< std::string > & entryArray, - std::vector< int > & subIDArray ) const + std::vector< int > & /*subIDArray*/ ) const { for ( int i = 0; i < NB_SHAPES; ++i ) entryArray.push_back( myShapeEntries[ i ]); @@ -335,7 +332,7 @@ StdMeshers_ProjectionSource2D_i::getObjectsDependOn( std::vector< std::string > bool StdMeshers_ProjectionSource2D_i::setObjectsDependOn( std::vector< std::string > & entryArray, - std::vector< int > & subIDArray ) + std::vector< int > & /*subIDArray*/ ) { TopoDS_Shape shapes[ NB_SHAPES ]; for ( int i = 0; i < NB_SHAPES; ++i )