#include <IFSelect_SelectControl.hxx>
Inheritance diagram for IFSelect_SelectControl:
Public Member Functions | |
Standard_EXPORT Handle_IFSelect_Selection | MainInput () const |
Returns the Main Input Selection . | |
Standard_EXPORT Standard_Boolean | HasSecondInput () const |
Returns True if a Control Input is defined Thus, Result can be computed differently if there is a Control Input or if there is none . | |
Standard_EXPORT Handle_IFSelect_Selection | SecondInput () const |
Returns the Control Input Selection, or a Null Handle . | |
Standard_EXPORT void | SetMainInput (const Handle(IFSelect_Selection)&sel) |
Sets a Selection to be the Main Input . | |
Standard_EXPORT void | SetSecondInput (const Handle(IFSelect_Selection)&sel) |
Sets a Selection to be the Control Input . | |
Standard_EXPORT void | FillIterator (IFSelect_SelectionIterator &iter) const |
Puts in an Iterator the Selections from which "me" depends That is to say, the list of Input Selections . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_IFSelect_Selection | themain |
Handle_IFSelect_Selection | thesecond |
|
Implements IFSelect_Selection. |
|
Reimplemented from IFSelect_Selection. Reimplemented in IFSelect_SelectDiff. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|