#include <IGESBasic_ExternalRefLibName.hxx>
Inheritance diagram for IGESBasic_ExternalRefLibName:
Public Member Functions | |
Standard_EXPORT | IGESBasic_ExternalRefLibName () |
Standard_EXPORT void | Init (const Handle(TCollection_HAsciiString)&aLibName, const Handle(TCollection_HAsciiString)&anExtName) |
This method is used to set the fields of the class ExternalRefLibName - aLibName : Name of library in which ExtName resides - anExtName : External Reference Entity Symbolic Name . | |
Standard_EXPORT Handle_TCollection_HAsciiString | LibraryName () const |
returns name of library in which External Reference Entity Symbolic Name resides | |
Standard_EXPORT Handle_TCollection_HAsciiString | ReferenceName () const |
returns External Reference Entity Symbolic Name | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_TCollection_HAsciiString | theLibName |
Handle_TCollection_HAsciiString | theExtRefEntitySymbName |
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|
|
|