Mercurial > hg > svgui
changeset 1072:76b50b48e1e4 spectrogram-minor-refactor
Comments
author | Chris Cannam |
---|---|
date | Mon, 27 Jun 2016 16:01:42 +0100 |
parents | 65b183494331 |
children | cb4c9fb37ddc |
files | layer/Colour3DPlotRenderer.h |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/layer/Colour3DPlotRenderer.h Thu Jun 23 17:07:21 2016 +0100 +++ b/layer/Colour3DPlotRenderer.h Mon Jun 27 16:01:42 2016 +0100 @@ -24,6 +24,8 @@ class Dense3DModelPeakCache; class FFTModel; +// We will have one of these per view, for each layer + class Colour3DPlotRenderer { public: @@ -66,6 +68,13 @@ private: Parameters m_params; + + //!!! we do not have the ScrollableImageCache here; in + //!!! SpectrogramLayer terms we render onto the draw buffer + + //!!! fft model scaling? + + //!!! should we own the Dense3DModelPeakCache here? or should it persist }; #endif