MrSID Decode SDK for Raster Reference Manual
9.5.4.4709
|
#include <lti_imageStageOverrides.h>
Public Member Functions | |
LTIOverrideDimensionsData () | |
LT_STATUS | setDimensions (lt_uint32 width, lt_uint32 height) |
set width and height of the image | |
Public Attributes | |
lt_uint32 | m_width |
lt_uint32 | m_height |
Definition at line 56 of file lti_imageStageOverrides.h.
LT_STATUS LTIOverrideDimensionsData::setDimensions | ( | lt_uint32 | width, |
lt_uint32 | height | ||
) |
This function is used to set the dimensions (width and height) of the image.
Derived classes are required to call this function from within their initialize() method.
width | the image width, in pixels |
height | the image height, in pixels |
Definition at line 75 of file lti_imageStageOverrides.h.
Definition at line 74 of file lti_imageStageOverrides.h.