#include <IFSelect_SelectEntityNumber.hxx>
Inheritance diagram for IFSelect_SelectEntityNumber:
Public Member Functions | |
Standard_EXPORT | IFSelect_SelectEntityNumber () |
Creates a SelectEntityNumber, initially with no specified Number . | |
Standard_EXPORT void | SetNumber (const Handle(IFSelect_IntParam)&num) |
Sets Entity Number to be taken (initially, none is set : 0) . | |
Standard_EXPORT Handle_IFSelect_IntParam | Number () const |
Returns specified Number (as a Parameter) . | |
Standard_EXPORT Interface_EntityIterator | RootResult (const Interface_Graph &G) const |
Returns the list of selected entities : the Entity having the specified Number (this result assures naturally uniqueness) . | |
Standard_EXPORT TCollection_AsciiString | Label () const |
Returns a text defining the criterium : "Entity Number ..." . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_IFSelect_IntParam | thenum |
|
|
|
Reimplemented from IFSelect_SelectBase. |
|
Implements IFSelect_Selection. |
|
|
|
Implements IFSelect_Selection. |
|
|
|
|