X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_SegmentLengthAroundVertex_i.hxx;h=9c9d6a37e418eefc6614b0e5c7b89554f8526654;hp=572ed5c81b4d9e4e72e2546d5456e13ebcca5720;hb=d9f4b53e489dd5857db264ede6acded7b076c9f1;hpb=d5029840731bccaa1718e65f0abf3b19198c7293 diff --git a/src/StdMeshers_I/StdMeshers_SegmentLengthAroundVertex_i.hxx b/src/StdMeshers_I/StdMeshers_SegmentLengthAroundVertex_i.hxx index 572ed5c81..9c9d6a37e 100644 --- a/src/StdMeshers_I/StdMeshers_SegmentLengthAroundVertex_i.hxx +++ b/src/StdMeshers_I/StdMeshers_SegmentLengthAroundVertex_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2022 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 @@ -20,7 +20,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses +// SMESH SMESH_I : idl implementation based on 'SMESH' unit's classes // File : StdMeshers_SegmentLengthAroundVertex_i.hxx // Module : SMESH // @@ -51,8 +51,7 @@ public: virtual ~StdMeshers_SegmentLengthAroundVertex_i(); // Set length - void SetLength( CORBA::Double theLength ) - throw ( SALOME::SALOME_Exception ); + void SetLength( CORBA::Double theLength ); // Get length CORBA::Double GetLength(); @@ -63,6 +62,16 @@ public: // Verify whether hypothesis supports given entity type CORBA::Boolean IsDimSupported( SMESH::Dimension type ); + + // 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 { return 0; } + + // Set new geometry instead of that returned by getObjectsDependOn() + virtual bool setObjectsDependOn( std::vector< std::string > & /*entryArray*/, + std::vector< int > & /*subIDArray*/ ) { return true; } protected: virtual std::string getMethodOfParameter(const int paramIndex, int nbVars) const; };