diff layer/ColourScaleLayer.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 c98a1fe7c7f5
children
line wrap: on
line diff
--- a/layer/ColourScaleLayer.h	Tue Oct 20 12:55:09 2015 +0100
+++ b/layer/ColourScaleLayer.h	Fri Aug 19 15:58:57 2016 +0100
@@ -21,6 +21,13 @@
 
 class LayerGeometryProvider;
 
+/**
+ * Interface for layers in which a colour scale represents (or can
+ * sometimes represent, depending on the display mode) the sample
+ * value. For example, TimeValueLayer uses colour scale when in
+ * segment mode and so provides this interface for use by the
+ * LogColourScale or LinearColourScale scale renderers.
+ */
 class ColourScaleLayer
 {
 public: