MrSID Decode SDK for Raster Reference Manual  9.5.1.4427
LTIOverridePixelLookupTablesData Struct Reference

#include <lti_imageStageOverrides.h>

Inheritance diagram for LTIOverridePixelLookupTablesData:
LTIOverridePixelLookupTables< BASE >

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 465 of file lti_imageStageOverrides.h.

Constructor & Destructor Documentation

LTIOverridePixelLookupTablesData::LTIOverridePixelLookupTablesData ( )
LTIOverridePixelLookupTablesData::~LTIOverridePixelLookupTablesData ( )

Member Function Documentation

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

Referenced by LTIOverridePixelLookupTables< BASE >::overridePixelLookupTable().

Member Data Documentation

LTIPixelLookupTable* LTIOverridePixelLookupTablesData::m_pixelLookupTable

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

LizardTech