comparison layer/VerticalBinLayer.h @ 1111:953ce409ccfb spectrogram-minor-refactor

Comment only
author Chris Cannam
date Tue, 19 Jul 2016 09:36:21 +0100
parents 67dd16e33a3d
children 261a00010918
comparison
equal deleted inserted replaced
1110:67dd16e33a3d 1111:953ce409ccfb
19 #include "SliceableLayer.h" 19 #include "SliceableLayer.h"
20 20
21 /** 21 /**
22 * Interface for layers in which the Y axis corresponds to bin number 22 * Interface for layers in which the Y axis corresponds to bin number
23 * rather than scale value. Colour3DPlotLayer is the obvious example. 23 * rather than scale value. Colour3DPlotLayer is the obvious example.
24 *!!! should just be a mapper interface, not a layer one? 24 * Conceptually these are always SliceableLayers as well, and this
25 *!!! or even an application of RangeMapper 25 * subclasses from SliceableLayer to avoid a big inheritance mess.
26 */ 26 */
27 class VerticalBinLayer : public SliceableLayer 27 class VerticalBinLayer : public SliceableLayer
28 { 28 {
29 public: 29 public:
30 /** 30 /**