Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Discrete transfer function. More...
#include <ilviews/bitmaps/filters/transfer.h>
Public Member Functions | |
IlvDiscreteTransfer () | |
Constructor. More... | |
IlvDiscreteTransfer (IlUInt length, const IlFloat *values) | |
Constructor. More... | |
~IlvDiscreteTransfer () | |
Destructor. More... | |
const IlFloat * | getValues (IlUInt &count) const |
Returns the table used in the instance. More... | |
void | setValues (IlUInt length, const IlFloat *values) |
Public Member Functions inherited from IlvTransferFunction | |
IlvTransferFunction () | |
Constructor. More... | |
const IlUChar * | getLookUpTable () const |
Returns the lookup table. More... | |
void | setLookUpValue (IlUInt index, IlUChar value) |
Sets an entry in the lookup table. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from IlvTransferFunction | |
static IlvTransferFunction * | Create (const char *name) |
Returns a new instance of a registered transfer function. More... | |
Discrete transfer function.
Library: ilvbmpflt
This transfer function defines a lookup table by a step into a lookup table. Interpolation uses the following formula: k/N <= C <= (k + 1)/N => C' = vk
IlvDiscreteTransfer::IlvDiscreteTransfer | ( | ) |
Constructor.
Initializes a new instance of the class IlvDiscreteTransfer
.
Constructor.
Initializes a new instance of the class IlvDiscreteTransfer
using a table.
length | The length of the table. |
values | An array of length floating point values. |
IlvDiscreteTransfer::~IlvDiscreteTransfer | ( | ) |
Destructor.
The destructor releases all the memory used by the instance.
Returns the table used in the instance.
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.