MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
LTIOverrideIsSelectiveData Struct Reference

#include <lti_imageStageOverrides.h>

Inheritance diagram for LTIOverrideIsSelectiveData:
LTIOverrideIsSelective< BASE > LTIOverrideIsSelective< LTIOverrideStripHeight< LTIOverrideDelegates< LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > > > > > LTIOverrideMagnification< LTIOverrideIsSelective< LTIOverrideStripHeight< LTIOverrideDelegates< LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > > > > > > LTIOverrideGeoCoord< LTIOverrideMagnification< LTIOverrideIsSelective< LTIOverrideStripHeight< LTIOverrideDelegates< LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > > > > > > > LTIOverrideBackgroundPixel< LTIOverrideGeoCoord< LTIOverrideMagnification< LTIOverrideIsSelective< LTIOverrideStripHeight< LTIOverrideDelegates< LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > > > > > > > > LTIOverridePixelProps< LTIOverrideBackgroundPixel< LTIOverrideGeoCoord< LTIOverrideMagnification< LTIOverrideIsSelective< LTIOverrideStripHeight< LTIOverrideDelegates< LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > > > > > > > > > LTIOverrideDimensions< LTIOverridePixelProps< LTIOverrideBackgroundPixel< LTIOverrideGeoCoord< LTIOverrideMagnification< LTIOverrideIsSelective< LTIOverrideStripHeight< LTIOverrideDelegates< LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > > > > > > > > > > LTIImageReader LTIMosaicFilter LTIGeoImageReader LTIRawImageReader MrSIDSingleImageReaderBase Nitf::ImageReader LTIBBBImageReader

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::LTIOverrideIsSelectiveData ( )

Member Function Documentation

§ setIsSelective()

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

§ m_isSelective

bool LTIOverrideIsSelectiveData::m_isSelective

Definition at line 403 of file lti_imageStageOverrides.h.


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

LizardTech