X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Group.idl;h=e34cc96f5cabf181107f06839d98a2190922f37a;hp=4941f14df5c8ec12a8c87d6fc708b27437313c0c;hb=2cf6435f1492b63b9adf4e8256d88968638ed9bf;hpb=5ac2bd91a85417fd289aea0907264cb2d155d76d diff --git a/idl/SMESH_Group.idl b/idl/SMESH_Group.idl index 4941f14df..e34cc96f5 100644 --- a/idl/SMESH_Group.idl +++ b/idl/SMESH_Group.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 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 @@ -41,7 +41,7 @@ module SMESH /*! * SMESH_Group: base interface of group object */ - interface SMESH_GroupBase : SALOME::GenericObj, SMESH_IDSource + interface SMESH_GroupBase : SMESH_IDSource { /*! * Sets group name @@ -74,7 +74,7 @@ module SMESH boolean Contains( in long elem_id ); /*! - * Returns ID of an element at position + * Returns ID of an element at position counted from 1 */ long GetID( in long elem_index ); @@ -178,6 +178,9 @@ module SMESH { void SetFilter( in Filter theFilter) raises (SALOME::SALOME_Exception); Filter GetFilter(); + + //! @return True if group contents is computed + boolean IsUpToDate(); }; };