Mercurial > hg > aimc
comparison trunk/src/Modules/Output/Graphics/GraphicsView.cc @ 418:b6d5c0cc1849
- Support (hopefully) both movie writing and HTK file output.
author | tomwalters |
---|---|
date | Tue, 26 Oct 2010 00:03:29 +0000 |
parents | a908972d234e |
children | f2dd5788e1d8 |
comparison
equal
deleted
inserted
replaced
417:b0f4daed182b | 418:b6d5c0cc1849 |
---|---|
80 DELETE_IF_NONNULL(m_pAxisFreq); | 80 DELETE_IF_NONNULL(m_pAxisFreq); |
81 } | 81 } |
82 | 82 |
83 void GraphicsView::ResetInternal() { | 83 void GraphicsView::ResetInternal() { |
84 if (m_pDev != NULL) { | 84 if (m_pDev != NULL) { |
85 m_pDev->Stop(); | 85 m_pDev->Reset(global_parameters_); |
86 } | 86 } |
87 } | 87 } |
88 | 88 |
89 bool GraphicsView::InitializeInternal(const SignalBank &bank) { | 89 bool GraphicsView::InitializeInternal(const SignalBank &bank) { |
90 if (!m_pDev) { | 90 if (!m_pDev) { |