comparison layer/Colour3DPlotRenderer.h @ 1161:436df5f24bda 3.0-integration

Fix forehead-slapping failure to use the right model when rendering 3d plot in peaks cache mode (i.e. when zoomed quite far out)
author Chris Cannam
date Fri, 04 Nov 2016 16:32:41 +0000
parents 2976f57164ac
children ab169938832a
comparison
equal deleted inserted replaced
1160:a429b2acb45d 1161:436df5f24bda
300 DirectTranslucent 300 DirectTranslucent
301 }; 301 };
302 302
303 RenderType decideRenderType(const LayerGeometryProvider *) const; 303 RenderType decideRenderType(const LayerGeometryProvider *) const;
304 304
305 ColumnOp::Column getColumn(int sx, int minbin, int nbins) const; 305 ColumnOp::Column getColumn(int sx, int minbin, int nbins,
306 bool usePeaksCache) const;
306 }; 307 };
307 308
308 #endif 309 #endif
309 310