Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 976:f2c63ec85901 alignment-simple
Branch to test simple FFT model code
author | Chris Cannam |
---|---|
date | Mon, 15 Jun 2015 09:15:55 +0100 |
parents | 1c37aa13bfd8 |
children | 1011ffb1b6d5 08f20a23fb81 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Mon Apr 20 09:19:52 2015 +0100 +++ b/layer/Colour3DPlotLayer.h Mon Jun 15 09:15:55 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;