// 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_ExternalRefName_HeaderFile #define _IGESBasic_ExternalRefName_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESBasic_ExternalRefName_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _IGESData_IGESEntity_HeaderFile #include #endif class TCollection_HAsciiString; //! defines ExternalRefName, Type <416> Form <3>
//! in package IGESBasic
//! Used when it is assumed that a copy of the subfigure
//! exists in native form on the receiving system
class IGESBasic_ExternalRefName : public IGESData_IGESEntity { public: Standard_EXPORT IGESBasic_ExternalRefName(); //! This method is used to set the fields of the class
//! ExternalRefName
//! - anExtName : External Reference Entity Symbolic Name
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& anExtName) ; //! returns External Reference Entity Symbolic Name
Standard_EXPORT Handle_TCollection_HAsciiString ReferenceName() const; DEFINE_STANDARD_RTTI(IGESBasic_ExternalRefName) protected: private: Handle_TCollection_HAsciiString theExtRefEntitySymbName; }; // other Inline functions and methods (like "C++: function call" methods) #endif