Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 1085:179ea8a2f650 spectrogram-minor-refactor
Add VerticalBinLayer to SpectrogramLayer
author | Chris Cannam |
---|---|
date | Fri, 01 Jul 2016 17:54:31 +0100 |
parents | 5b4fe7bb9430 |
children | 92ac1fce7102 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Fri Jul 01 11:37:46 2016 +0100 +++ b/layer/Colour3DPlotLayer.h Fri Jul 01 17:54:31 2016 +0100 @@ -202,11 +202,6 @@ * fractional, to obtain a position part-way through a bin. */ double getYForBin(LayerGeometryProvider *, double bin) const; - - /** - * As getYForBin, but rounding to integer values. - */ - int getIYForBin(LayerGeometryProvider *, int bin) const; /** * Return the bin number, possibly fractional, at the given y @@ -215,11 +210,6 @@ * if the vertical scale is the usual way up). */ double getBinForY(LayerGeometryProvider *, double y) const; - - /** - * As getBinForY, but rounding to integer values. - */ - int getIBinForY(LayerGeometryProvider *, int y) const; DenseThreeDimensionalModel::Column getColumn(int col) const;