diff 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
line wrap: on
line diff
--- a/layer/Colour3DPlotRenderer.h	Thu Aug 04 11:26:11 2016 +0100
+++ b/layer/Colour3DPlotRenderer.h	Thu Aug 04 14:02:56 2016 +0100
@@ -294,6 +294,8 @@
     };
 
     RenderType decideRenderType(const LayerGeometryProvider *) const;
+
+    ColumnOp::Column getColumn(int sx, int minbin, int nbins) const;
 };
 
 #endif