Mercurial > hg > svgui
comparison layer/Colour3DPlotRenderer.h @ 1248:fc40742bb911
Explanatory comment
author | Chris Cannam |
---|---|
date | Tue, 28 Feb 2017 14:07:47 +0000 |
parents | eaab8bab3522 |
children | a34a2a25907c |
comparison
equal
deleted
inserted
replaced
1247:c72d78d7890a | 1248:fc40742bb911 |
---|---|
124 * time ran out and the complete flag was not set. | 124 * time ran out and the complete flag was not set. |
125 */ | 125 */ |
126 QRect rendered; | 126 QRect rendered; |
127 | 127 |
128 /** | 128 /** |
129 * The magnitude range of the data in the rendered area. | 129 * The magnitude range of the data in the rendered area, after |
130 * initial scaling (parameters.scaleFactor) and normalisation, | |
131 * for use in displaying colour scale etc. (Note that the | |
132 * magnitude range *before* normalisation would not be very | |
133 * meaningful for this purpose, as the scale would need to be | |
134 * different for every column if column or hybrid | |
135 * normalisation was in use.) | |
130 */ | 136 */ |
131 MagnitudeRange range; | 137 MagnitudeRange range; |
132 }; | 138 }; |
133 | 139 |
134 /** | 140 /** |