MrSID Decode SDK for Raster Reference Manual
9.5.4.4709
|
#include <lti_imageStageOverrides.h>
Public Member Functions | |
LTIOverrideIsSelectiveData () | |
void | setIsSelective (bool enable) |
set image to support "random access" More... | |
Public Attributes | |
bool | m_isSelective |
Definition at line 384 of file lti_imageStageOverrides.h.
LTIOverrideIsSelectiveData::LTIOverrideIsSelectiveData | ( | ) |
void LTIOverrideIsSelectiveData::setIsSelective | ( | bool | enable | ) |
This function is used to indicate the image supports "selective" decoding. See isSelective() for details.
By default, all images support selective decoding.
Derived classes may choose to call this function from within their initialize() method.
enable | set to true if and only if the image supports selective decoding |
bool LTIOverrideIsSelectiveData::m_isSelective |
Definition at line 403 of file lti_imageStageOverrides.h.
Referenced by LTIOverrideIsSelective< BASE >::isSelective().
LizardTech |