comparison layer/Colour3DPlotLayer.h @ 1010:08f20a23fb81

Back out 1c37aa13bfd8 (which added half-wave rectification to colour 3d plot). Too specific.
author Chris Cannam
date Thu, 22 Oct 2015 11:40:17 +0100
parents 1c37aa13bfd8
children 7242fe160c19
comparison
equal deleted inserted replaced
1005:b247d3ffcbb9 1010:08f20a23fb81
137 bool getNormalizeHybrid() const; 137 bool getNormalizeHybrid() const;
138 138
139 void setInvertVertical(bool i); 139 void setInvertVertical(bool i);
140 bool getInvertVertical() const; 140 bool getInvertVertical() const;
141 141
142 void setShowRectified(bool);
143 bool getShowRectified() const { return m_rectified; }
144
145 void setOpaque(bool i); 142 void setOpaque(bool i);
146 bool getOpaque() const; 143 bool getOpaque() const;
147 144
148 void setSmooth(bool i); 145 void setSmooth(bool i);
149 bool getSmooth() const; 146 bool getSmooth() const;
188 BinScale m_binScale; 185 BinScale m_binScale;
189 bool m_normalizeColumns; 186 bool m_normalizeColumns;
190 bool m_normalizeVisibleArea; 187 bool m_normalizeVisibleArea;
191 bool m_normalizeHybrid; 188 bool m_normalizeHybrid;
192 bool m_invertVertical; 189 bool m_invertVertical;
193 bool m_rectified;
194 bool m_opaque; 190 bool m_opaque;
195 bool m_smooth; 191 bool m_smooth;
196 int m_peakResolution; 192 int m_peakResolution;
197 193
198 // Minimum and maximum bin numbers visible within the view. We 194 // Minimum and maximum bin numbers visible within the view. We