Mercurial > hg > svgui
comparison layer/VerticalBinLayer.h @ 1083:7122aae95a88 spectrogram-minor-refactor
Start introducing render code
author | Chris Cannam |
---|---|
date | Fri, 01 Jul 2016 11:21:09 +0100 |
parents | 5b4fe7bb9430 |
children | 179ea8a2f650 |
comparison
equal
deleted
inserted
replaced
1082:5b4fe7bb9430 | 1083:7122aae95a88 |
---|---|
17 #define VERTICAL_BIN_LAYER_H | 17 #define VERTICAL_BIN_LAYER_H |
18 | 18 |
19 /** | 19 /** |
20 * Interface for layers in which the Y axis corresponds to bin number | 20 * Interface for layers in which the Y axis corresponds to bin number |
21 * rather than scale value. Colour3DPlotLayer is the obvious example. | 21 * rather than scale value. Colour3DPlotLayer is the obvious example. |
22 *!!! should just be a mapper interface, not a layer one? | |
23 *!!! or even an application of RangeMapper | |
22 */ | 24 */ |
23 class VerticalBinLayer | 25 class VerticalBinLayer |
24 { | 26 { |
25 public: | 27 public: |
26 /** | 28 /** |