#include <IGESSelect_SelectName.hxx>
Inheritance diagram for IGESSelect_SelectName:
Public Member Functions | |
Standard_EXPORT | IGESSelect_SelectName () |
Creates an empty SelectName : every entity is considered good (no filter active) . | |
Standard_EXPORT Standard_Boolean | Sort (const Standard_Integer rank, const Handle(Standard_Transient)&ent, const Handle(Interface_InterfaceModel)&model) const |
Returns True if Name of Entity complies with Name Filter . | |
Standard_EXPORT void | SetName (const Handle(TCollection_HAsciiString)&name) |
Sets a Name as a criterium : IGES Entities which have this name are kept (without regular expression, there should be at most one). <name> can be regarded as a Text Parameter . | |
Standard_EXPORT Handle_TCollection_HAsciiString | Name () const |
Returns the Name used as Filter . | |
Standard_EXPORT TCollection_AsciiString | ExtractLabel () const |
Returns the Selection criterium : "IGES Entity, Name : <name>" . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_TCollection_HAsciiString | thename |
|
|
|
Implements IFSelect_SelectExtract. |
|
Reimplemented from IFSelect_SelectExtract. |
|
|
|
|
|
Implements IFSelect_SelectExtract. |
|
|