#include <IFSelect_SelectType.hxx>
Inheritance diagram for IFSelect_SelectType:
Public Member Functions | |
Standard_EXPORT | IFSelect_SelectType () |
Creates a SelectType. Default is no filter . | |
Standard_EXPORT | IFSelect_SelectType (const Handle(Standard_Type)&atype) |
Creates a SelectType for a given Type . | |
Standard_EXPORT void | SetType (const Handle(Standard_Type)&atype) |
Sets a TYpe for filter . | |
Standard_EXPORT Handle_Standard_Type | TypeForMatch () const |
Returns the Type to be matched for select : this is the type given at instantiation time . | |
Standard_EXPORT TCollection_AsciiString | ExtractLabel () const |
Returns a text defining the criterium. (should by gotten from Type of Entity used for instantiation) . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_Standard_Type | thetype |
|
|
|
|
|
Implements IFSelect_SelectExtract. |
|
Reimplemented from IFSelect_SelectAnyType. |
|
|
|
Implements IFSelect_SelectAnyType. |
|
|