Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Table transfer function. More...
#include <ilviews/bitmaps/filters/transfer.h>
Public Member Functions | |
IlvTableTransfer (IlUInt length, const IlFloat *values) | |
Constructor. | |
IlvTableTransfer () | |
Constructor. | |
~IlvTableTransfer () | |
Destructor. | |
const IlFloat * | getValues (IlUInt &count) const |
Returns the table. | |
void | setValues (IlUInt length, const IlFloat *values) |
Table transfer function.
Library: ilvbmpflt
This transfer function defines a lookup table by a linear interpolation into a lookup table. Interpolation uses the following formula: k/N <= C <= (k + 1)/N => C' = vk + (C - k/N) * N * (vk+1 - vk)
IlvRGBBitmapData
, IlvBitmapFilter
, IlvComponentTransferFilter
, IlvTransferFunction
, IlvIdentityTransfer
, IlvLinearTransfer
, IlvDiscreteTransfer
, IlvGammaTransfer
IlvTableTransfer::IlvTableTransfer | ( | ) |
Constructor.
Initializes a new instance of the class IlvTableTransfer
.
Constructor.
Initializes a new instance of the class IlvTableTransfer
using a table.
length | The length of the table. | |
values | An array of length floating point values. |
IlvTableTransfer::~IlvTableTransfer | ( | ) |
Destructor.
The destructor releases all the memory used by the instance.
Returns the table.
count | The number of values in the array. |
© 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.