X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_Filter_i.hxx;fp=src%2FSMESH_I%2FSMESH_Filter_i.hxx;h=bc647a31e8b9f6d81859c7404a260f6168df4942;hb=44c1e310f0e1845b792d52bc089d7810a723247c;hp=c2525267ddf50f69ee447f21912c0922ecd62915;hpb=951dd4234ec84d147b1756bc04b6464c5332091c;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_Filter_i.hxx b/src/SMESH_I/SMESH_Filter_i.hxx index c2525267d..bc647a31e 100644 --- a/src/SMESH_I/SMESH_Filter_i.hxx +++ b/src/SMESH_I/SMESH_Filter_i.hxx @@ -823,12 +823,12 @@ namespace SMESH void SetElementType( ElementType theType ); void SetPoint( CORBA::Double x, CORBA::Double y, CORBA::Double z ); void SetVertex( GEOM::GEOM_Object_ptr vertex ) - throw (SALOME::SALOME_Exception); + ; void SetNode ( CORBA::Long nodeID ) - throw (SALOME::SALOME_Exception); + ; void SetThreshold ( const char* threshold, SMESH::ConnectedElements::ThresholdType type ) - throw (SALOME::SALOME_Exception); + ; char* GetThreshold ( SMESH::ConnectedElements::ThresholdType& type ); private: