diff layer/Colour3DPlotLayer.h @ 970:1c37aa13bfd8

Add half-wave rectification option to Colour 3D Plot layer
author Chris Cannam
date Fri, 22 May 2015 09:17:52 +0100
parents 4a578a360011
children 1011ffb1b6d5 08f20a23fb81
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h	Thu May 21 15:31:12 2015 +0100
+++ b/layer/Colour3DPlotLayer.h	Fri May 22 09:17:52 2015 +0100
@@ -139,6 +139,9 @@
     void setInvertVertical(bool i);
     bool getInvertVertical() const;
 
+    void setShowRectified(bool);
+    bool getShowRectified() const { return m_rectified; }
+
     void setOpaque(bool i);
     bool getOpaque() const;
 
@@ -187,6 +190,7 @@
     bool        m_normalizeVisibleArea;
     bool        m_normalizeHybrid;
     bool        m_invertVertical;
+    bool        m_rectified;
     bool        m_opaque;
     bool        m_smooth;
     int         m_peakResolution;