X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_ProjectionSource2D_i.hxx;fp=src%2FStdMeshers_I%2FStdMeshers_ProjectionSource2D_i.hxx;h=7dcb90f74b4810d6bf906ce14a68e260ff17addc;hb=9b08e00e6ab80e13cffcda319be3baf22a829bcf;hp=33e4d56bf0f99c1bbe971152c5ce67618cdce8d7;hpb=a9f7e28cba695e50fcae50a483ae37f32af4ce84;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_ProjectionSource2D_i.hxx b/src/StdMeshers_I/StdMeshers_ProjectionSource2D_i.hxx index 33e4d56bf..7dcb90f74 100644 --- a/src/StdMeshers_I/StdMeshers_ProjectionSource2D_i.hxx +++ b/src/StdMeshers_I/StdMeshers_ProjectionSource2D_i.hxx @@ -59,8 +59,7 @@ public: /*! * Sets a source 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 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 -th source vertex associated with the -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