# HG changeset patch # User Chris Cannam # Date 1467039702 -3600 # Node ID 76b50b48e1e44ada4cdb174a8210280931ce944e # Parent 65b18349433140836cdbeed65471316953c3df1b Comments diff -r 65b183494331 -r 76b50b48e1e4 layer/Colour3DPlotRenderer.h --- 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