Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 357:3e538a90e9b8
* Add ability to invert a colour 3d plot in the vertical axis
author | Chris Cannam |
---|---|
date | Mon, 04 Feb 2008 13:35:43 +0000 |
parents | 8f01867cc191 |
children | e5800f4490c4 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Mon Feb 04 13:35:11 2008 +0000 +++ b/layer/Colour3DPlotLayer.h Mon Feb 04 13:35:43 2008 +0000 @@ -98,6 +98,9 @@ void setNormalizeVisibleArea(bool n); bool getNormalizeVisibleArea() const; + void setInvertVertical(bool i); + bool getInvertVertical() const; + virtual const Model *getSliceableModel() const { return m_model; } virtual void toXml(QTextStream &stream, QString indent = "", @@ -117,6 +120,7 @@ int m_colourMap; bool m_normalizeColumns; bool m_normalizeVisibleArea; + bool m_invertVertical; void getColumn(size_t col, DenseThreeDimensionalModel::Column &) const;