MrSID Decode SDK for Raster Reference Manual
9.5.1.4427
|
#include <lti_imageStageOverrides.h>
Public Member Functions | |
LTIOverrideMagnificationData () | |
LT_STATUS | setMagnification (double minMag, double maxMag) |
set the minimum and maximum magnifications of the image properties More... | |
Public Attributes | |
double | m_minMag |
double | m_maxMag |
Definition at line 324 of file lti_imageStageOverrides.h.
LTIOverrideMagnificationData::LTIOverrideMagnificationData | ( | ) |
LT_STATUS LTIOverrideMagnificationData::setMagnification | ( | double | minMag, |
double | maxMag | ||
) |
This function is used to set the minimum and maximum magnifications of the image.
Derived classes may choose to call this function from within their initialize() method. If the minimum and maximum magnifications are not set, values of 1.0 are used (indicating the image may not be scaled larger or smaller).
minMag | the minimum magnification of the image |
maxMag | the maximum magnification of the image |
double LTIOverrideMagnificationData::m_maxMag |
Definition at line 347 of file lti_imageStageOverrides.h.
Referenced by LTIOverrideMagnification< BASE >::getMaxMagnification().
double LTIOverrideMagnificationData::m_minMag |
Definition at line 346 of file lti_imageStageOverrides.h.
Referenced by LTIOverrideMagnification< BASE >::getMinMagnification().
LizardTech |