X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Group.idl;h=4941f14df5c8ec12a8c87d6fc708b27437313c0c;hp=db6a0f331f6e8b121ade81bb0416101e3571d258;hb=2a6e16b7faacf40cf3b91605690ce04f14141f1b;hpb=251f8c052dd12dd29922210dc901b295fe999a0e diff --git a/idl/SMESH_Group.idl b/idl/SMESH_Group.idl index db6a0f331..4941f14df 100644 --- a/idl/SMESH_Group.idl +++ b/idl/SMESH_Group.idl @@ -121,7 +121,13 @@ module SMESH * (corresponds to the "hue" parameter of the color - must be in range [0, 360]) */ long GetColorNumber(); - }; + + /*! + * Returns \c true if \c this group depends on the \a other via + * FT_BelongToMeshGroup predicate or vice versa + */ + boolean IsInDependency( in SMESH_GroupBase other ); + }; /*! * SMESH_Group: interface of a standalone group object @@ -170,7 +176,7 @@ module SMESH */ interface SMESH_GroupOnFilter : SMESH_GroupBase { - void SetFilter( in Filter theFilter); + void SetFilter( in Filter theFilter) raises (SALOME::SALOME_Exception); Filter GetFilter(); };