comparison layer/Colour3DPlotLayer.h @ 465:b77b79413cdb

* fix some warnings, remove debug
author Chris Cannam
date Fri, 16 Jan 2009 15:12:23 +0000
parents 272e58f0bf8b
children 76a47146f1f6
comparison
equal deleted inserted replaced
464:69089c9dc42e 465:b77b79413cdb
97 bool getNormalizeVisibleArea() const; 97 bool getNormalizeVisibleArea() const;
98 98
99 void setInvertVertical(bool i); 99 void setInvertVertical(bool i);
100 bool getInvertVertical() const; 100 bool getInvertVertical() const;
101 101
102 void setOpaque(bool i);
103 bool getOpaque() const;
104
102 virtual bool getValueExtents(float &min, float &max, 105 virtual bool getValueExtents(float &min, float &max,
103 bool &logarithmic, QString &unit) const; 106 bool &logarithmic, QString &unit) const;
104 107
105 virtual bool getDisplayExtents(float &min, float &max) const; 108 virtual bool getDisplayExtents(float &min, float &max) const;
106 virtual bool setDisplayExtents(float min, float max); 109 virtual bool setDisplayExtents(float min, float max);
132 bool m_colourScaleSet; 135 bool m_colourScaleSet;
133 int m_colourMap; 136 int m_colourMap;
134 bool m_normalizeColumns; 137 bool m_normalizeColumns;
135 bool m_normalizeVisibleArea; 138 bool m_normalizeVisibleArea;
136 bool m_invertVertical; 139 bool m_invertVertical;
140 bool m_opaque;
137 141
138 int m_miny; 142 int m_miny;
139 int m_maxy; 143 int m_maxy;
140 144
141 void getColumn(size_t col, DenseThreeDimensionalModel::Column &) const; 145 void getColumn(size_t col, DenseThreeDimensionalModel::Column &) const;