X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_CartesianParameters3D_i.hxx;fp=src%2FStdMeshers_I%2FStdMeshers_CartesianParameters3D_i.hxx;h=326f88afbe4cf1deecdb07d11d7a6b8f53ff33b0;hb=44c1e310f0e1845b792d52bc089d7810a723247c;hp=874301d6bf416d8097a0c144dede73dad27f57bb;hpb=951dd4234ec84d147b1756bc04b6464c5332091c;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_CartesianParameters3D_i.hxx b/src/StdMeshers_I/StdMeshers_CartesianParameters3D_i.hxx index 874301d6b..326f88afb 100644 --- a/src/StdMeshers_I/StdMeshers_CartesianParameters3D_i.hxx +++ b/src/StdMeshers_I/StdMeshers_CartesianParameters3D_i.hxx @@ -56,15 +56,15 @@ class STDMESHERS_I_EXPORT StdMeshers_CartesianParameters3D_i: * it's size is \athreshold times less than the size of the initial hexahedron. * threshold must be > 1.0 */ - void SetSizeThreshold(CORBA::Double threshold) throw (SALOME::SALOME_Exception); + void SetSizeThreshold(CORBA::Double threshold) ; CORBA::Double GetSizeThreshold(); /*! * \brief Set node coordinates along an axis (counterd from zero) */ void SetGrid(const SMESH::double_array& coords, - CORBA::Short axis) throw (SALOME::SALOME_Exception); - SMESH::double_array* GetGrid(CORBA::Short axis) throw (SALOME::SALOME_Exception); + CORBA::Short axis) ; + SMESH::double_array* GetGrid(CORBA::Short axis) ; /*! * \brief Set grid spacing along an axis @@ -77,17 +77,17 @@ class STDMESHERS_I_EXPORT StdMeshers_CartesianParameters3D_i: */ void SetGridSpacing(const SMESH::string_array& spaceFunctions, const SMESH::double_array& internalPoints, - CORBA::Short axis) throw (SALOME::SALOME_Exception); + CORBA::Short axis) ; void GetGridSpacing(SMESH::string_array_out xSpaceFunctions, SMESH::double_array_out xInternalPoints, - CORBA::Short axis) throw (SALOME::SALOME_Exception); + CORBA::Short axis) ; /*! * Set custom direction of axes */ void SetAxesDirs(const SMESH::DirStruct& x, const SMESH::DirStruct& y, - const SMESH::DirStruct& z) throw (SALOME::SALOME_Exception); + const SMESH::DirStruct& z) ; void GetAxesDirs(SMESH::DirStruct& x, SMESH::DirStruct& y, SMESH::DirStruct& z); @@ -139,7 +139,7 @@ class STDMESHERS_I_EXPORT StdMeshers_CartesianParameters3D_i: CORBA::Boolean isOrthogonal, SMESH::DirStruct& x, SMESH::DirStruct& y, - SMESH::DirStruct& z) throw (SALOME::SALOME_Exception); + SMESH::DirStruct& z) ; /*! * \brief Compute node coordinates by spacing functions * \param x0 - lower coordinate @@ -153,7 +153,7 @@ class STDMESHERS_I_EXPORT StdMeshers_CartesianParameters3D_i: const SMESH::string_array& spaceFuns, const SMESH::double_array& points, const char* axisName ) - throw (SALOME::SALOME_Exception); + ; // Get implementation ::StdMeshers_CartesianParameters3D* GetImpl();