Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Data Structures
IFSelect_SelectInList.hxx File Reference
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_IFSelect_SelectInList.hxx>
#include <IFSelect_SelectAnyList.hxx>
#include <Handle_Standard_Transient.hxx>
#include <Standard_Integer.hxx>

Data Structures

class  IFSelect_SelectInList
 A SelectInList kind Selection selects a List of an Entity,
which is composed of single Entities
To know the list on which to work, SelectInList has two
deferred methods : NbItems (inherited from SelectAnyList) and
ListedEntity (which gives an item as an Entity) which must be
defined to get a List in an Entity of the required Type (and
consider that list is empty if Entity has not required Type)

As for SelectAnyList, if a type of Entity defines several
lists, a given sub-class of SelectInList is attached on one
More...