comparison trunk/src/Modules/Output/Graphics/GraphicsViewTime.h @ 411:a908972d234e

- Added support for movies!
author tomwalters
date Thu, 21 Oct 2010 01:46:39 +0000
parents 69466da9745e
children 16a590fbc0ba
comparison
equal deleted inserted replaced
410:7af493eb1563 411:a908972d234e
33 33
34 virtual GraphicsViewTime *Clone(GraphicsOutputDevice *pDev); 34 virtual GraphicsViewTime *Clone(GraphicsOutputDevice *pDev);
35 35
36 private: 36 private:
37 void PlotData(const vector<float> &signal, 37 void PlotData(const vector<float> &signal,
38 float sample_rate, 38 float sample_rate,
39 float yOffset, 39 float yOffset,
40 float height, 40 float height,
41 float xScale = 1.0); 41 float xScale = 1.0);
42 void PlotAxes(const vector<float> &signal); 42 void PlotAxes(const vector<float> &signal);
43 void PlotAxes(const SignalBank &pBank); 43 void PlotAxes(const SignalBank &pBank);
44 }; 44 };
45 } // namesapce aimc 45 } // namesapce aimc
46 #endif /* __GRAPHICS_VIEW_TIME_H__ */ 46 #endif /* __GRAPHICS_VIEW_TIME_H__ */