#include <lti_imageStageOverrides.h>
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).
- Parameters
-
minMag | the minimum magnification of the image |
maxMag | the maximum magnification of the image |
- Returns
- status code indicating success or failure
double LTIOverrideMagnificationData::m_maxMag |
double LTIOverrideMagnificationData::m_minMag |
The documentation for this struct was generated from the following file: