// 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_ExternalRefFileIndex_HeaderFile #define _IGESBasic_ExternalRefFileIndex_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESBasic_ExternalRefFileIndex_HeaderFile #include #endif #ifndef _Handle_Interface_HArray1OfHAsciiString_HeaderFile #include #endif #ifndef _Handle_IGESData_HArray1OfIGESEntity_HeaderFile #include #endif #ifndef _IGESData_IGESEntity_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_IGESData_IGESEntity_HeaderFile #include #endif class Interface_HArray1OfHAsciiString; class IGESData_HArray1OfIGESEntity; class Standard_DimensionMismatch; class Standard_OutOfRange; class TCollection_HAsciiString; class IGESData_IGESEntity; //! defines ExternalRefFileIndex, Type <402> Form <12>
//! in package IGESBasic
//! Contains a list of the symbolic names used by the
//! referencing files and the DE pointers to the
//! corresponding definitions within the referenced file
class IGESBasic_ExternalRefFileIndex : public IGESData_IGESEntity { public: Standard_EXPORT IGESBasic_ExternalRefFileIndex(); //! This method is used to set the fields of the class
//! ExternalRefFileIndex
//! - aNameArray : External Reference Entity symbolic names
//! - allEntities : External Reference Entities
//! raises exception if array lengths are not equal
//! if size of aNameArray is not equal to size of allEntities
Standard_EXPORT void Init(const Handle(Interface_HArray1OfHAsciiString)& aNameArray,const Handle(IGESData_HArray1OfIGESEntity)& allEntities) ; //! returns number of index entries
Standard_EXPORT Standard_Integer NbEntries() const; //! returns the External Reference Entity symbolic name
//! raises exception if Index <= 0 or Index > NbEntries()
Standard_EXPORT Handle_TCollection_HAsciiString Name(const Standard_Integer Index) const; //! returns the internal entity
//! raises exception if Index <= 0 or Index > NbEntries()
Standard_EXPORT Handle_IGESData_IGESEntity Entity(const Standard_Integer Index) const; DEFINE_STANDARD_RTTI(IGESBasic_ExternalRefFileIndex) protected: private: Handle_Interface_HArray1OfHAsciiString theNames; Handle_IGESData_HArray1OfIGESEntity theEntities; }; // other Inline functions and methods (like "C++: function call" methods) #endif