Salome HOME
fight warnings, c++17. Fix minor warnings. Build SMESH finished
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_ProjectionSource3D_i.hxx
index 20343a0f88cc45ce96c5bb938c106dd9b8d05dc7..55269c4f4228ca67d1eed5083e504c25f288cdc9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2020  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
@@ -61,7 +61,7 @@ public:
    * Sets a source <shape> to take a mesh pattern from
    */
   void SetSource3DShape(GEOM::GEOM_Object_ptr shape)
-    throw ( SALOME::SALOME_Exception );
+    ;
 
   /*!
    * Returns the source shape
@@ -72,7 +72,7 @@ public:
    * Sets source <mesh> to take a mesh pattern from
    */
   void SetSourceMesh(SMESH::SMESH_Mesh_ptr mesh)
-    throw ( SALOME::SALOME_Exception );
+    ;
 
   /*!
    * Return source mesh
@@ -88,7 +88,7 @@ public:
                             GEOM::GEOM_Object_ptr sourceVertex2,
                             GEOM::GEOM_Object_ptr targetVertex1,
                             GEOM::GEOM_Object_ptr targetVertex2)
-    throw ( SALOME::SALOME_Exception );
+    ;
 
   /*!
    * Returns the <i>-th source vertex associated with the <i>-th target vertex.
@@ -119,11 +119,11 @@ public:
 
   // Return geometry this hypothesis depends on. Return false if there is no geometry parameter
   virtual bool getObjectsDependOn( std::vector< std::string > & entryArray,
-                                   std::vector< int >         & subIDArray ) const;
+                                   std::vector< int >         & /*subIDArray*/ ) const;
 
   // Set new geometry instead of that returned by getObjectsDependOn()
   virtual bool setObjectsDependOn( std::vector< std::string > & entryArray,
-                                   std::vector< int >         & subIDArray );
+                                   std::vector< int >         & /*subIDArray*/ );
 
 private:
   // keep entries because the same shape can be published several times with