Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 1097:92ac1fce7102 spectrogram-minor-refactor
Introduce peak frequency rendering (basics of)
author | Chris Cannam |
---|---|
date | Mon, 11 Jul 2016 16:03:39 +0100 |
parents | 179ea8a2f650 |
children | 5c6271734790 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Mon Jul 11 14:37:03 2016 +0100 +++ b/layer/Colour3DPlotLayer.h Mon Jul 11 16:03:39 2016 +0100 @@ -19,6 +19,9 @@ #include "SliceableLayer.h" #include "VerticalBinLayer.h" +#include "ColourScale.h" +#include "Colour3DPlotRenderer.h" + #include "data/model/DenseThreeDimensionalModel.h" class View; @@ -194,7 +197,7 @@ // always snap to whole bins at view edges. int m_miny; int m_maxy; - + /** * Return the y coordinate at which the given bin "starts" * (i.e. at the bottom of the bin, if the given bin is an integer