// 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 _MDF_TagSourceRetrievalDriver_HeaderFile #define _MDF_TagSourceRetrievalDriver_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_MDF_TagSourceRetrievalDriver_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 MDF_TagSourceRetrievalDriver : public MDF_ARDriver { public: Standard_EXPORT MDF_TagSourceRetrievalDriver(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: TagSource from PDF.
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(MDF_TagSourceRetrievalDriver) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif