MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
LTIOverrideIsSelectiveData Struct Reference

#include <lti_imageStageOverrides.h>

Inheritance diagram for LTIOverrideIsSelectiveData:
LTIOverrideIsSelective< BASE >

Public Member Functions

 LTIOverrideIsSelectiveData ()
 
void setIsSelective (bool enable)
 set image to support "random access" More...
 

Public Attributes

bool m_isSelective
 

Detailed Description

Definition at line 384 of file lti_imageStageOverrides.h.

Constructor & Destructor Documentation

LTIOverrideIsSelectiveData::LTIOverrideIsSelectiveData ( )

Member Function Documentation

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.

Parameters
enableset to true if and only if the image supports selective decoding

Member Data Documentation

bool LTIOverrideIsSelectiveData::m_isSelective

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

LizardTech