comparison layer/Colour3DPlotLayer.h @ 1246:f7ebb72c5e12

Remove unused function
author Chris Cannam
date Tue, 28 Feb 2017 14:06:49 +0000
parents dd3901fe8623
children a34a2a25907c
comparison
equal deleted inserted replaced
1245:f0e291fa7b9c 1246:f7ebb72c5e12
209 * coordinate. Note that the whole numbers occur at the positions 209 * coordinate. Note that the whole numbers occur at the positions
210 * at which the bins "start" (i.e. the bottom of the visible bin, 210 * at which the bins "start" (i.e. the bottom of the visible bin,
211 * if the vertical scale is the usual way up). 211 * if the vertical scale is the usual way up).
212 */ 212 */
213 double getBinForY(const LayerGeometryProvider *, double y) const; 213 double getBinForY(const LayerGeometryProvider *, double y) const;
214
215 DenseThreeDimensionalModel::Column getColumn(int col) const;
216 214
217 int getColourScaleWidth(QPainter &) const; 215 int getColourScaleWidth(QPainter &) const;
218 216
219 void paintWithRenderer(LayerGeometryProvider *v, QPainter &paint, QRect rect) const; 217 void paintWithRenderer(LayerGeometryProvider *v, QPainter &paint, QRect rect) const;
220 }; 218 };