// 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 _MNaming_NamingRetrievalDriver_1_HeaderFile #define _MNaming_NamingRetrievalDriver_1_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_MNaming_NamingRetrievalDriver_1_HeaderFile #include #endif #ifndef _MDF_ARDriver_HeaderFile #include #endif #ifndef _Handle_CDM_MessageDriver_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_Standard_Type_HeaderFile #include #endif #ifndef _Handle_TDF_Attribute_HeaderFile #include #endif #ifndef _Handle_PDF_Attribute_HeaderFile #include #endif #ifndef _Handle_MDF_RRelocationTable_HeaderFile #include #endif class CDM_MessageDriver; class Standard_Type; class TDF_Attribute; class PDF_Attribute; class MDF_RRelocationTable; class MNaming_NamingRetrievalDriver_1 : public MDF_ARDriver { public: Standard_EXPORT MNaming_NamingRetrievalDriver_1(const Handle(CDM_MessageDriver)& theMessageDriver); //! Returns the version number from which the driver
//! is available: 0.
Standard_EXPORT Standard_Integer VersionNumber() const; //! Returns the type: Naming from PNaming.
Standard_EXPORT Handle_Standard_Type SourceType() const; Standard_EXPORT Handle_TDF_Attribute NewEmpty() const; Standard_EXPORT void Paste(const Handle(PDF_Attribute)& Source,const Handle(TDF_Attribute)& Target,const Handle(MDF_RRelocationTable)& RelocTable) const; DEFINE_STANDARD_RTTI(MNaming_NamingRetrievalDriver_1) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif