Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 467:76a47146f1f6
* try some qvectors
author | Chris Cannam |
---|---|
date | Thu, 22 Jan 2009 17:58:33 +0000 |
parents | b77b79413cdb |
children | 9863f9a36cc2 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Thu Jan 22 17:39:04 2009 +0000 +++ b/layer/Colour3DPlotLayer.h Thu Jan 22 17:58:33 2009 +0000 @@ -142,7 +142,7 @@ int m_miny; int m_maxy; - void getColumn(size_t col, DenseThreeDimensionalModel::Column &) const; + DenseThreeDimensionalModel::Column getColumn(size_t col) const; virtual int getColourScaleWidth(QPainter &) const; virtual void fillCache(size_t firstBin, size_t lastBin) const;