changeset 1111:953ce409ccfb spectrogram-minor-refactor

Comment only
author Chris Cannam
date Tue, 19 Jul 2016 09:36:21 +0100
parents 67dd16e33a3d
children d578b685d912
files layer/VerticalBinLayer.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/layer/VerticalBinLayer.h	Tue Jul 19 08:55:13 2016 +0100
+++ b/layer/VerticalBinLayer.h	Tue Jul 19 09:36:21 2016 +0100
@@ -21,8 +21,8 @@
 /**
  * Interface for layers in which the Y axis corresponds to bin number
  * rather than scale value. Colour3DPlotLayer is the obvious example.
- *!!! should just be a mapper interface, not a layer one?
- *!!! or even an application of RangeMapper
+ * Conceptually these are always SliceableLayers as well, and this
+ * subclasses from SliceableLayer to avoid a big inheritance mess.
  */
 class VerticalBinLayer : public SliceableLayer
 {