// 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_ExternalRefFile_HeaderFile #define _IGESBasic_ExternalRefFile_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESBasic_ExternalRefFile_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _IGESData_IGESEntity_HeaderFile #include #endif class TCollection_HAsciiString; //! defines ExternalRefFile, Type <416> Form <1>
//! in package IGESBasic
//! Used when entire reference file is to be instanced
class IGESBasic_ExternalRefFile : public IGESData_IGESEntity { public: Standard_EXPORT IGESBasic_ExternalRefFile(); //! This method is used to set the field of the class
//! ExternalRefFile
//! - aFileIdent : External Reference File Identifier
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aFileIdent) ; //! returns External Reference File Identifier
Standard_EXPORT Handle_TCollection_HAsciiString FileId() const; DEFINE_STANDARD_RTTI(IGESBasic_ExternalRefFile) protected: private: Handle_TCollection_HAsciiString theExtRefFileIdentifier; }; // other Inline functions and methods (like "C++: function call" methods) #endif