#include <RasterTransform.h>
Public Member Functions | |
TransformBandInfo () | |
~TransformBandInfo () | |
Public Attributes | |
double | m_contrastGain |
Gains for this band used by the CONTRAST method. More... | |
double | m_contrastOffset1 |
Offsets1 for this band used by the CONTRAST method. More... | |
double | m_contrastOffset2 |
Offsets2 for this band used by the CONTRAST method. More... | |
double | m_gamma |
Gamma gain for this band. More... | |
double | m_noDataValue |
No data value for this band from input raster. More... | |
double | m_rstMaxValue |
Max value from input raster. More... | |
double | m_rstMinValue |
Min value from input raster. More... | |
Definition at line 407 of file RasterTransform.h.
|
inline |
Definition at line 420 of file RasterTransform.h.
|
inline |
Definition at line 432 of file RasterTransform.h.
double te::map::RasterTransform::TransformBandInfo::m_contrastGain |
Gains for this band used by the CONTRAST method.
Definition at line 414 of file RasterTransform.h.
double te::map::RasterTransform::TransformBandInfo::m_contrastOffset1 |
Offsets1 for this band used by the CONTRAST method.
Definition at line 415 of file RasterTransform.h.
double te::map::RasterTransform::TransformBandInfo::m_contrastOffset2 |
Offsets2 for this band used by the CONTRAST method.
Definition at line 416 of file RasterTransform.h.
double te::map::RasterTransform::TransformBandInfo::m_gamma |
Gamma gain for this band.
Definition at line 412 of file RasterTransform.h.
double te::map::RasterTransform::TransformBandInfo::m_noDataValue |
No data value for this band from input raster.
Definition at line 418 of file RasterTransform.h.
double te::map::RasterTransform::TransformBandInfo::m_rstMaxValue |
Max value from input raster.
Definition at line 410 of file RasterTransform.h.
double te::map::RasterTransform::TransformBandInfo::m_rstMinValue |
Min value from input raster.
Definition at line 409 of file RasterTransform.h.