X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_ProjectionSource1D_i.hxx;h=2cae0d04567750e4f3546525f9ebb8fe570ecc52;hb=78e2e09d5ce1cbe60fc91140e6025ea175bd5c8b;hp=1b7c6981b386b5ed5a7add6625a455587b683e90;hpb=560f8b2d0c2a7fdb4047f981cfac56ed3629bc1a;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_ProjectionSource1D_i.hxx b/src/StdMeshers_I/StdMeshers_ProjectionSource1D_i.hxx index 1b7c6981b..2cae0d045 100644 --- a/src/StdMeshers_I/StdMeshers_ProjectionSource1D_i.hxx +++ b/src/StdMeshers_I/StdMeshers_ProjectionSource1D_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2021 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 @@ -59,8 +59,7 @@ public: /*! * Sets source or a group containing edges to take a mesh pattern from */ - void SetSourceEdge(GEOM::GEOM_Object_ptr edge) - throw ( SALOME::SALOME_Exception ); + void SetSourceEdge(GEOM::GEOM_Object_ptr edge); /*! * Returns the source edge or a group containing edges @@ -70,8 +69,7 @@ public: /*! * Sets source to take a mesh pattern from */ - void SetSourceMesh(SMESH::SMESH_Mesh_ptr mesh) - throw ( SALOME::SALOME_Exception ); + void SetSourceMesh(SMESH::SMESH_Mesh_ptr mesh); /*! * Return source mesh @@ -83,8 +81,7 @@ public: * This parameter is optional */ void SetVertexAssociation(GEOM::GEOM_Object_ptr sourceVertex, - GEOM::GEOM_Object_ptr targetVertex) - throw ( SALOME::SALOME_Exception ); + GEOM::GEOM_Object_ptr targetVertex); /*! * Returns the vertex associated with the target vertex. @@ -109,6 +106,15 @@ public: virtual char* SaveTo(); virtual void LoadFrom( const char* theStream ); + // Methods for copying mesh definition to other geometry + + // 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; + + // Set new geometry instead of that returned by getObjectsDependOn() + virtual bool setObjectsDependOn( std::vector< std::string > & entryArray, + 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