comparison layer/VerticalBinLayer.h @ 1522:d5ef91dc2ea7

Merge from branch time-frequency-boxes
author Chris Cannam
date Wed, 25 Sep 2019 13:48:04 +0100
parents 4eafe5a1b655
children
comparison
equal deleted inserted replaced
1510:872873aa6463 1522:d5ef91dc2ea7
18 18
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 and SpectrogramLayer are
24 * Conceptually these are always SliceableLayers as well, and this 24 * obvious examples. Conceptually these are always SliceableLayers as
25 * subclasses from SliceableLayer to avoid a big inheritance mess. 25 * well, and this subclasses from SliceableLayer to avoid a big
26 * inheritance mess.
26 */ 27 */
27 class VerticalBinLayer : public SliceableLayer 28 class VerticalBinLayer : public SliceableLayer
28 { 29 {
29 public: 30 public:
30 /** 31 /**