Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Base transfer function. More...
#include <ilviews/bitmaps/transfer.h>
Public Member Functions | |
IlvTransferFunction () | |
Constructor. | |
const IlUChar * | getLookUpTable () const |
Returns the lookup table. | |
void | setLookUpValue (IlUInt index, IlUChar value) |
Sets an entry in the lookup table. | |
Static Public Member Functions | |
static IlvTransferFunction * | Create (const char *name) |
Returns a new instance of a registered transfer function. |
Base transfer function.
Library: display
This is the base class for transfer functions used in IlvComponentTransferFilter
. It defines a lookup table for the new component values.
IlvRGBBitmapData
, IlvBitmapFilter
, IlvComponentTransferFilter
, IlvIdentityTransfer
, IlvLinearTransfer
, IlvTableTransfer
, IlvDiscreteTransfer
, IlvGammaTransfer
IlvTransferFunction::IlvTransferFunction | ( | ) |
Constructor.
Initializes a new instance of the class IlvTransferFunction
.
static IlvTransferFunction* IlvTransferFunction::Create | ( | const char * | name | ) | [static] |
Returns a new instance of a registered transfer function.
name | The name of the transfer function. |
const IlUChar* IlvTransferFunction::getLookUpTable | ( | ) | const |
Returns the lookup table.
IlUChar
values. © Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.