MrSID Decode SDK for Raster Reference Manual
9.0.0.3864
|
#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 | |
Public Attributes | |
double | m_minMag |
double | m_maxMag |
Definition at line 324 of file lti_imageStageOverrides.h.
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 |