Open CASCADE Technology 6.6.0
|
A SelectIntersection filters the Entities issued from several
other Selections as Intersection of results : "AND" operator
#include <IFSelect_SelectIntersection.hxx>
Public Member Functions | |
IFSelect_SelectIntersection () | |
Creates an empty SelectIntersection | |
Interface_EntityIterator | RootResult (const Interface_Graph &G) const |
Returns the list of selected Entities, which is the common part of results from all input selections. Uniqueness is guaranteed. | |
TCollection_AsciiString | Label () const |
Returns a text defining the criterium : "Intersection (AND)" |
IFSelect_SelectIntersection::IFSelect_SelectIntersection | ( | ) |
TCollection_AsciiString IFSelect_SelectIntersection::Label | ( | ) | const [virtual] |
Implements IFSelect_Selection.
Interface_EntityIterator IFSelect_SelectIntersection::RootResult | ( | const Interface_Graph & | G | ) | const [virtual] |
Implements IFSelect_Selection.