Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_ProjectionSource2D_i.hxx
index 33e4d56bf0f99c1bbe971152c5ce67618cdce8d7..7dcb90f74b4810d6bf906ce14a68e260ff17addc 100644 (file)
@@ -59,8 +59,7 @@ public:
   /*!
    * Sets a source <face> to take a mesh pattern from
    */
-  void SetSourceFace(GEOM::GEOM_Object_ptr face)
-    ;
+  void SetSourceFace(GEOM::GEOM_Object_ptr face);
 
   /*!
    * Returns the source face
@@ -70,8 +69,7 @@ public:
   /*!
    * Sets source <mesh> to take a mesh pattern from
    */
-  void SetSourceMesh(SMESH::SMESH_Mesh_ptr mesh)
-    ;
+  void SetSourceMesh(SMESH::SMESH_Mesh_ptr mesh);
 
   /*!
    * Return source mesh
@@ -86,8 +84,7 @@ public:
   void SetVertexAssociation(GEOM::GEOM_Object_ptr sourceVertex1,
                             GEOM::GEOM_Object_ptr sourceVertex2,
                             GEOM::GEOM_Object_ptr targetVertex1,
-                            GEOM::GEOM_Object_ptr targetVertex2)
-    ;
+                            GEOM::GEOM_Object_ptr targetVertex2);
 
   /*!
    * Returns the <i>-th source vertex associated with the <i>-th target vertex.
@@ -118,11 +115,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
   // different names and in this case a correct name can't be restored by a TopoDS_Shape