// 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 _PlotMgt_ImageDriver_HeaderFile #define _PlotMgt_ImageDriver_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_PlotMgt_ImageDriver_HeaderFile #include #endif #ifndef _PlotMgt_PlotterDriver_HeaderFile #include #endif #ifndef _Handle_PlotMgt_Plotter_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class PlotMgt_Plotter; class PlotMgt_ImageDriver : public PlotMgt_PlotterDriver { public: Standard_EXPORT PlotMgt_ImageDriver(const Handle(PlotMgt_Plotter)& aPlotter,const Standard_CString aName); Standard_EXPORT PlotMgt_ImageDriver(const Standard_CString aName); Standard_EXPORT void BeginDraw() ; Standard_EXPORT void EndDraw(const Standard_Boolean dontFlush = Standard_False) ; DEFINE_STANDARD_RTTI(PlotMgt_ImageDriver) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif