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 LizardTech::Nitf::ImageReader LTIRawImageReader MrSIDSingleImageReaderBase LTIBBBImageReader

List of all members.

Public Member Functions

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

Public Attributes

LTIPixelLookupTablem_pixelLookupTable

Detailed Description

Definition at line 481 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:
pixelLookupTable pointer to the lookup table (or NULL)
Returns:
status code indicating success or failure

Referenced by LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > >::overridePixelLookupTable().


Member Data Documentation


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

LizardTech