libpcidsk
Public Member Functions
PCIDSK::PCIDSK_PCT Class Reference

Interface to PCIDSK pseudo-color segment. More...

#include <pcidsk_pct.h>

List of all members.

Public Member Functions

virtual void ReadPCT (unsigned char pct[768])=0
 Read a PCT Segment (SEG_PCT).
virtual void WritePCT (unsigned char pct[768])=0
 Write a PCT Segment.

Detailed Description

Interface to PCIDSK pseudo-color segment.


Member Function Documentation

virtual void PCIDSK::PCIDSK_PCT::ReadPCT ( unsigned char  pct[768]) [pure virtual]

Read a PCT Segment (SEG_PCT).

Parameters:
pctPseudo-Color Table buffer (768 entries) into which the pseudo-color table is read. It consists of the red gun output values (pct[0-255]), followed by the green gun output values (pct[256-511]) and ends with the blue gun output values (pct[512-767]).
virtual void PCIDSK::PCIDSK_PCT::WritePCT ( unsigned char  pct[768]) [pure virtual]

Write a PCT Segment.

Parameters:
pctPseudo-Color Table buffer (768 entries) from which the pseudo-color table is written. It consists of the red gun output values (pct[0-255]), followed by the green gun output values (pct[256-511]) and ends with the blue gun output values (pct[512-767]).

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

Generated for GDAL by doxygen 1.7.4.