Mercurial > hg > svgui
comparison layer/Colour3DPlotExporter.h @ 1570:9095fbec4e52
Clarify comment
author | Chris Cannam |
---|---|
date | Wed, 15 Jan 2020 13:57:52 +0000 |
parents | 3943553b95b0 |
children | 32171776fcc9 |
comparison
equal
deleted
inserted
replaced
1569:b33b0b06133e | 1570:9095fbec4e52 |
---|---|
37 scaleFactor(1.0), | 37 scaleFactor(1.0), |
38 threshold(0.0), | 38 threshold(0.0), |
39 gain(1.0), | 39 gain(1.0), |
40 normalization(ColumnNormalization::None) { } | 40 normalization(ColumnNormalization::None) { } |
41 | 41 |
42 /** Selection of bins to include in the export. */ | 42 /** Selection of bins to include in the export. If a |
43 * LayerGeometryProvider is also included in Sources, then | |
44 * the set of bins will also be constrained to the vertical | |
45 * range of that. */ | |
43 BinDisplay binDisplay; | 46 BinDisplay binDisplay; |
44 | 47 |
45 /** Initial scale factor (e.g. for FFT scaling). This factor | 48 /** Initial scale factor (e.g. for FFT scaling). This factor |
46 * is actually applied to exported values, in contrast to the | 49 * is actually applied to exported values, in contrast to the |
47 * gain value below based on the ColourScale parameter. */ | 50 * gain value below based on the ColourScale parameter. */ |