MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
LTIOverridePixelLookupTablesData Struct Reference

#include <lti_imageStageOverrides.h>

Inheritance diagram for LTIOverridePixelLookupTablesData:
LTIOverridePixelLookupTables< BASE > LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > > LTIOverrideDelegates< LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > > > LTIOverrideStripHeight< LTIOverrideDelegates< LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > > > > 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

 LTIOverridePixelLookupTablesData ()
 
 ~LTIOverridePixelLookupTablesData ()
 
LT_STATUS setPixelLookupTable (const LTIPixelLookupTable *pixelLookupTable)
 set the color lookup table More...
 

Public Attributes

LTIPixelLookupTablem_pixelLookupTable
 

Detailed Description

Definition at line 481 of file lti_imageStageOverrides.h.

Constructor & Destructor Documentation

§ LTIOverridePixelLookupTablesData()

LTIOverridePixelLookupTablesData::LTIOverridePixelLookupTablesData ( )

§ ~LTIOverridePixelLookupTablesData()

LTIOverridePixelLookupTablesData::~LTIOverridePixelLookupTablesData ( )

Member Function Documentation

§ setPixelLookupTable()

LT_STATUS LTIOverridePixelLookupTablesData::setPixelLookupTable ( const LTIPixelLookupTable pixelLookupTable)

This function is used to set the color used lookup table, used for indexed color (palletized) images.

Derived classes may choose to call this function from within their initialize() method. If the lookup table is not set, or if NULL is passed in, the image will be assumed to have no lookup table.

The LTIImageStage makes a local copy of the lookup table.

Parameters
pixelLookupTablepointer to the lookup table (or NULL)
Returns
status code indicating success or failure

Member Data Documentation

§ m_pixelLookupTable

LTIPixelLookupTable* LTIOverridePixelLookupTablesData::m_pixelLookupTable

Definition at line 503 of file lti_imageStageOverrides.h.


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

LizardTech