Mercurial > hg > svgui
comparison layer/Colour3DPlotRenderer.h @ 1138:998e31e92dbe spectrogram-minor-refactor
Restore phase display
author | Chris Cannam |
---|---|
date | Thu, 04 Aug 2016 14:02:56 +0100 |
parents | 50324fca1328 |
children | 2976f57164ac |
comparison
equal
deleted
inserted
replaced
1137:4e7ed3252d80 | 1138:998e31e92dbe |
---|---|
292 DrawBufferBinResolution, | 292 DrawBufferBinResolution, |
293 DirectTranslucent | 293 DirectTranslucent |
294 }; | 294 }; |
295 | 295 |
296 RenderType decideRenderType(const LayerGeometryProvider *) const; | 296 RenderType decideRenderType(const LayerGeometryProvider *) const; |
297 | |
298 ColumnOp::Column getColumn(int sx, int minbin, int nbins) const; | |
297 }; | 299 }; |
298 | 300 |
299 #endif | 301 #endif |
300 | 302 |