Mercurial > hg > aimc
comparison src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.h @ 133:88df1647d1a0
- Support (hopefully) both movie writing and HTK file output.
author | tomwalters |
---|---|
date | Tue, 26 Oct 2010 00:03:29 +0000 |
parents | a9cb396529c2 |
children | 73c6d61440ad |
comparison
equal
deleted
inserted
replaced
132:21d8502c10f8 | 133:88df1647d1a0 |
---|---|
53 bool Initialize(Parameters *global_parameters); | 53 bool Initialize(Parameters *global_parameters); |
54 | 54 |
55 void Start(); | 55 void Start(); |
56 //! \brief This function now also generates the output movie. | 56 //! \brief This function now also generates the output movie. |
57 void Stop(); | 57 void Stop(); |
58 | |
59 void Reset(Parameters* global_parameters); | |
60 | |
58 | 61 |
59 protected: | 62 protected: |
60 /*! \brief Plots a summary of relevant parameters on the output | 63 /*! \brief Plots a summary of relevant parameters on the output |
61 * | 64 * |
62 * This is intended for use in a movie as the first frame, which has no | 65 * This is intended for use in a movie as the first frame, which has no |