|
Open CASCADE Technology 6.5.2
|
A SelectUnion cumulates the Entities issued from several other
Selections (union of results : "OR" operator)
#include <IFSelect_SelectUnion.hxx>

Public Member Functions | |
| IFSelect_SelectUnion () | |
| Creates an empty SelectUnion | |
| Interface_EntityIterator | RootResult (const Interface_Graph &G) const |
| Returns the list of selected Entities, which is the addition result from all input selections. Uniqueness is guaranteed. | |
| TCollection_AsciiString | Label () const |
| Returns a text defining the criterium : "Union (OR)" | |
| IFSelect_SelectUnion::IFSelect_SelectUnion | ( | ) |
| TCollection_AsciiString IFSelect_SelectUnion::Label | ( | ) | const [virtual] |
Implements IFSelect_Selection.
| Interface_EntityIterator IFSelect_SelectUnion::RootResult | ( | const Interface_Graph & | G | ) | const [virtual] |
Implements IFSelect_Selection.
1.7.4