// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _IGESBasic_ExternalRefLibName_HeaderFile #define _IGESBasic_ExternalRefLibName_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESBasic_ExternalRefLibName_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _IGESData_IGESEntity_HeaderFile #include #endif class TCollection_HAsciiString; //! defines ExternalRefLibName, Type <416> Form <4>
//! in package IGESBasic
//! Used when it is assumed that a copy of the subfigure
//! exists in native form in a library on the receiving
//! system
class IGESBasic_ExternalRefLibName : public IGESData_IGESEntity { public: Standard_EXPORT IGESBasic_ExternalRefLibName(); //! 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 void Init(const Handle(TCollection_HAsciiString)& aLibName,const Handle(TCollection_HAsciiString)& anExtName) ; //! returns name of library in which External Reference Entity
//! Symbolic Name resides
Standard_EXPORT Handle_TCollection_HAsciiString LibraryName() const; //! returns External Reference Entity Symbolic Name
Standard_EXPORT Handle_TCollection_HAsciiString ReferenceName() const; DEFINE_STANDARD_RTTI(IGESBasic_ExternalRefLibName) protected: private: Handle_TCollection_HAsciiString theLibName; Handle_TCollection_HAsciiString theExtRefEntitySymbName; }; // other Inline functions and methods (like "C++: function call" methods) #endif