Mercurial > hg > aimc
comparison src/Modules/Output/Graphics/Devices/GraphicsOutputDevice.h @ 244:d3968c3149b0
- Support (hopefully) both movie writing and HTK file output.
author | tomwalters |
---|---|
date | Tue, 26 Oct 2010 00:03:29 +0000 |
parents | af02b6addf7a |
children |
comparison
equal
deleted
inserted
replaced
243:5a0cd3fb3089 | 244:d3968c3149b0 |
---|---|
180 */ | 180 */ |
181 virtual void Start() { m_bRunning = true; } | 181 virtual void Start() { m_bRunning = true; } |
182 | 182 |
183 //! \brief Called when animation stops | 183 //! \brief Called when animation stops |
184 virtual void Stop() { m_bRunning = false; } | 184 virtual void Stop() { m_bRunning = false; } |
185 | |
186 virtual void Reset(Parameters* global_parameters) = 0; | |
187 | |
185 | 188 |
186 protected: | 189 protected: |
187 //! \brief True when animation is running | 190 //! \brief True when animation is running |
188 bool m_bRunning; | 191 bool m_bRunning; |
189 //! \brief Parameter store | 192 //! \brief Parameter store |