Mercurial > hg > aimc
diff trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h @ 443:f2dd5788e1d8
- Support for output as a set of PNG files.
author | tomwalters |
---|---|
date | Sun, 14 Nov 2010 05:56:50 +0000 |
parents | a908972d234e |
children |
line wrap: on
line diff
--- a/trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h Sun Nov 07 07:38:20 2010 +0000 +++ b/trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h Sun Nov 14 05:56:50 2010 +0000 @@ -64,6 +64,8 @@ * Initialize() failed, you shouldn't try the other functions either. */ bool Initialize(string directory); +virtual bool Initialize(Parameters *global_parameters); + void gGrab(); void gBeginLineStrip(); void gBeginQuadStrip(); @@ -75,11 +77,12 @@ void gRelease(); unsigned char* GetBuffer(); int GetPixelFormat(); + virtual void Reset(Parameters* global_parameters); protected: /*! \brief Internal initialisation * */ - void InititalzeInternal(); + void InitialzeInternal(); /*! \brief Open the file with given index for output * \param index File number to open