diff layer/VerticalScaleLayer.h @ 1148:c0d841cb8ab9 tony-2.0-integration

Merge latest SV 3.0 branch code
author Chris Cannam
date Fri, 19 Aug 2016 15:58:57 +0100
parents 6eb9e032e708
children
line wrap: on
line diff
--- a/layer/VerticalScaleLayer.h	Tue Oct 20 12:55:09 2015 +0100
+++ b/layer/VerticalScaleLayer.h	Fri Aug 19 15:58:57 2016 +0100
@@ -16,6 +16,12 @@
 #ifndef VERTICAL_SCALE_LAYER_H
 #define VERTICAL_SCALE_LAYER_H
 
+/**
+ * Interface for layers in which the Y axis represents (or can
+ * sometimes represent, depending on the display mode) the sample
+ * value. For example, TimeValueLayer uses vertical scale when in
+ * point mode and so provides this interface.
+ */
 class VerticalScaleLayer
 {
 public: