Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Gamma transfer function. More...
#include <ilviews/bitmaps/filters/transfer.h>
Public Member Functions | |
IlvGammaTransfer (IlFloat amplitude=1.0, IlFloat exponent=1.0, IlFloat offset=0.0) | |
Constructor. More... | |
IlFloat | getAmplitude () const |
Returns the amplitude. More... | |
IlFloat | getExponent () const |
Returns the exponent. More... | |
IlFloat | getOffset () const |
Returns the offset. More... | |
void | setAmplitude (IlFloat amplitude) |
Sets the amplitude. More... | |
void | setExponent (IlFloat exponent) |
Sets the exponent. More... | |
void | setOffset (IlFloat offset) |
Sets the offset. More... | |
void | setValues (IlFloat amplitude, IlFloat exponent, IlFloat offset) |
Sets the values for amplitude, exponent, and offset. More... | |
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... | |
Public Member Functions inherited from IlvValueInterface | |
virtual IlBoolean | applyValue (const IlvValue &value) |
Apply an accessor. More... | |
virtual IlBoolean | changeValue (const IlvValue &val) |
Changes the value of an accessor. More... | |
virtual IlBoolean | changeValues (const IlvValue *values, IlUShort count=0) |
Changes several accessor values simultaneously. More... | |
virtual void | getAccessors (const IlSymbol *const **names, const IlvValueTypeClass *const **types, IlUInt &count) const |
Retrieves the list of available accessors of an object. More... | |
virtual const char * | getName () const |
Returns the name of the instance. The semantic and implementation of this method are defined by concrete subclasses. The default implementation returns 0 . More... | |
virtual IlvValue & | queryValue (IlvValue &val) const |
Retrieves an accessor value. More... | |
virtual void | queryValues (IlvValue *values, IlUShort count) const |
Retrieves multiple accessor values simultaneously. 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... | |
Gamma transfer function.
Library: ilvbmpflt
This transfer function defines a lookup table by an exponential function: C' = amplitude * pow(C, exponent) + offset
IlvGammaTransfer::IlvGammaTransfer | ( | IlFloat | amplitude = 1.0 , |
IlFloat | exponent = 1.0 , |
||
IlFloat | offset = 0.0 |
||
) |
Constructor.
Initializes a new instance of the class IlvGammaTransfer
.
amplitude | The amplitude value. |
exponent | The exponent value. |
offset | The offset value. |
IlFloat IlvGammaTransfer::getAmplitude | ( | ) | const |
Returns the amplitude.
IlFloat IlvGammaTransfer::getExponent | ( | ) | const |
Returns the exponent.
IlFloat IlvGammaTransfer::getOffset | ( | ) | const |
Returns the offset.
void IlvGammaTransfer::setAmplitude | ( | IlFloat | amplitude | ) |
Sets the amplitude.
amplitude | The new amplitude. |
void IlvGammaTransfer::setExponent | ( | IlFloat | exponent | ) |
Sets the exponent.
exponent | The new exponent. |
void IlvGammaTransfer::setOffset | ( | IlFloat | offset | ) |
Sets the offset.
offset | The new offset. |
© Copyright 2016, 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.