Mercurial > hg > svcore
comparison data/model/EditableDenseThreeDimensionalModel.h @ 1155:546d4e417346 3.0-integration
Tidy a bit
author | Chris Cannam |
---|---|
date | Fri, 22 Jan 2016 17:08:02 +0000 |
parents | aa588c391d1a |
children | 2ff5e411151d |
comparison
equal
deleted
inserted
replaced
1154:aa588c391d1a | 1155:546d4e417346 |
---|---|
103 * Set the maximum value of the value in a bin. | 103 * Set the maximum value of the value in a bin. |
104 */ | 104 */ |
105 virtual void setMaximumLevel(float sz); | 105 virtual void setMaximumLevel(float sz); |
106 | 106 |
107 /** | 107 /** |
108 * Return true if there are data available for the given column. | |
109 */ | |
110 virtual bool isColumnAvailable(int x) const { return x < getWidth(); } | |
111 | |
112 /** | |
113 * Get the set of bin values at the given column. | 108 * Get the set of bin values at the given column. |
114 */ | 109 */ |
115 virtual Column getColumn(int x) const; | 110 virtual Column getColumn(int x) const; |
116 | 111 |
117 /** | 112 /** |