MrSID Decode SDK for Raster Reference Manual  9.5.1.4427
LTIOverrideDimensionsData Struct Reference

#include <lti_imageStageOverrides.h>

Inheritance diagram for LTIOverrideDimensionsData:
LTIOverrideDimensions< BASE >

Public Member Functions

 LTIOverrideDimensionsData ()
 
LT_STATUS setDimensions (lt_uint32 width, lt_uint32 height)
 set width and height of the image More...
 

Public Attributes

lt_uint32 m_width
 
lt_uint32 m_height
 

Detailed Description

Definition at line 55 of file lti_imageStageOverrides.h.

Constructor & Destructor Documentation

LTIOverrideDimensionsData::LTIOverrideDimensionsData ( )

Member Function Documentation

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.

Parameters
widththe image width, in pixels
heightthe image height, in pixels
Returns
status code indicating success or failure

Member Data Documentation

lt_uint32 LTIOverrideDimensionsData::m_height

Definition at line 74 of file lti_imageStageOverrides.h.

Referenced by LTIOverrideDimensions< BASE >::getHeight().

lt_uint32 LTIOverrideDimensionsData::m_width

Definition at line 73 of file lti_imageStageOverrides.h.

Referenced by LTIOverrideDimensions< BASE >::getWidth().


The documentation for this struct was generated from the following file:

LizardTech