Open CASCADE Technology
6.5.4
|
A SelectModelEntities gets all the Entities of an
InterfaceModel.
#include <IFSelect_SelectModelEntities.hxx>
Public Member Functions | |
IFSelect_SelectModelEntities () | |
Creates a SelectModelRoot | |
Interface_EntityIterator | RootResult (const Interface_Graph &G) const |
Returns the list of selected entities : the Entities of the Model (note that this result assures naturally uniqueness) | |
virtual Interface_EntityIterator | CompleteResult (const Interface_Graph &G) const |
The complete list of Entities (including shared ones) ... is exactly identical to RootResults in this case | |
TCollection_AsciiString | Label () const |
Returns a text defining the criterium : "Model Entities" |
virtual Interface_EntityIterator IFSelect_SelectModelEntities::CompleteResult | ( | const Interface_Graph & | G | ) | const [virtual] |
Reimplemented from IFSelect_Selection.
TCollection_AsciiString IFSelect_SelectModelEntities::Label | ( | ) | const [virtual] |
Implements IFSelect_Selection.
Interface_EntityIterator IFSelect_SelectModelEntities::RootResult | ( | const Interface_Graph & | G | ) | const [virtual] |
Implements IFSelect_Selection.