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