diff layer/Colour3DPlotLayer.h @ 972:1011ffb1b6d5 osx-retina

Merge from default branch
author Chris Cannam
date Wed, 10 Jun 2015 13:38:02 +0100
parents 94e4952a6774 1c37aa13bfd8
children 7242fe160c19
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h	Thu May 21 16:05:14 2015 +0100
+++ b/layer/Colour3DPlotLayer.h	Wed Jun 10 13:38:02 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;