Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 532:188049db73fa
* some improvements to log scale in colour 3d plot (still only in dense
mode though)
author | Chris Cannam |
---|---|
date | Tue, 19 May 2009 13:03:36 +0000 |
parents | 0bd0b517e795 |
children | 7a560380b6e2 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Mon May 18 13:55:47 2009 +0000 +++ b/layer/Colour3DPlotLayer.h Tue May 19 13:03:36 2009 +0000 @@ -169,6 +169,9 @@ void fillCache(size_t firstBin, size_t lastBin) const; void paintDense(View *v, QPainter &paint, QRect rect) const; void paintSmooth(View *v, QPainter &paint, QRect rect) const; + + float getYForBin(View *, float bin) const; + float getBinForY(View *, float y) const; }; #endif