comparison 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
comparison
equal deleted inserted replaced
531:0bd0b517e795 532:188049db73fa
167 167
168 int getColourScaleWidth(QPainter &) const; 168 int getColourScaleWidth(QPainter &) const;
169 void fillCache(size_t firstBin, size_t lastBin) const; 169 void fillCache(size_t firstBin, size_t lastBin) const;
170 void paintDense(View *v, QPainter &paint, QRect rect) const; 170 void paintDense(View *v, QPainter &paint, QRect rect) const;
171 void paintSmooth(View *v, QPainter &paint, QRect rect) const; 171 void paintSmooth(View *v, QPainter &paint, QRect rect) const;
172
173 float getYForBin(View *, float bin) const;
174 float getBinForY(View *, float y) const;
172 }; 175 };
173 176
174 #endif 177 #endif