// 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_ExternalReferenceFile_HeaderFile #define _IGESBasic_ExternalReferenceFile_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESBasic_ExternalReferenceFile_HeaderFile #include #endif #ifndef _Handle_Interface_HArray1OfHAsciiString_HeaderFile #include #endif #ifndef _IGESData_IGESEntity_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class Interface_HArray1OfHAsciiString; class Standard_OutOfRange; class TCollection_HAsciiString; //! defines ExternalReferenceFile, Type <406> Form <12>
//! in package IGESBasic
//! References definitions residing in another file
class IGESBasic_ExternalReferenceFile : public IGESData_IGESEntity { public: Standard_EXPORT IGESBasic_ExternalReferenceFile(); //! This method is used to set the fields of the class
//! ExternalReferenceFile
//! - aNameArray : External Reference File Names
Standard_EXPORT void Init(const Handle(Interface_HArray1OfHAsciiString)& aNameArray) ; //! returns number of External Reference File Names
Standard_EXPORT Standard_Integer NbListEntries() const; //! returns External Reference File Name
//! raises exception if Index <= 0 or Index > NbListEntries()
Standard_EXPORT Handle_TCollection_HAsciiString Name(const Standard_Integer Index) const; DEFINE_STANDARD_RTTI(IGESBasic_ExternalReferenceFile) protected: private: Handle_Interface_HArray1OfHAsciiString theNames; }; // other Inline functions and methods (like "C++: function call" methods) #endif