#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 108 of file RasterTransform.h.
      
  | 
  inline | 
Definition at line 121 of file RasterTransform.h.
      
  | 
  inline | 
Definition at line 133 of file RasterTransform.h.
| double te::map::RasterTransform::TransformBandInfo::m_contrastGain | 
Gains for this band used by the CONTRAST method.
Definition at line 115 of file RasterTransform.h.
| double te::map::RasterTransform::TransformBandInfo::m_contrastOffset1 | 
Offsets1 for this band used by the CONTRAST method.
Definition at line 116 of file RasterTransform.h.
| double te::map::RasterTransform::TransformBandInfo::m_contrastOffset2 | 
Offsets2 for this band used by the CONTRAST method.
Definition at line 117 of file RasterTransform.h.
| double te::map::RasterTransform::TransformBandInfo::m_gamma | 
Gamma gain for this band.
Definition at line 113 of file RasterTransform.h.
| double te::map::RasterTransform::TransformBandInfo::m_noDataValue | 
No data value for this band from input raster.
Definition at line 119 of file RasterTransform.h.
| double te::map::RasterTransform::TransformBandInfo::m_rstMaxValue | 
Max value from input raster.
Definition at line 111 of file RasterTransform.h.
| double te::map::RasterTransform::TransformBandInfo::m_rstMinValue | 
Min value from input raster.
Definition at line 110 of file RasterTransform.h.