Mercurial > hg > aimc
comparison src/Modules/Output/Graphics/GraphicsView.cc @ 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 | e35740ed81f3 |
comparison
equal
deleted
inserted
replaced
243:5a0cd3fb3089 | 244:d3968c3149b0 |
---|---|
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) { |