ValueHandler Struct Reference
List of all members.
|
Public Member Functions |
| virtual Real64 | getValue (const UInt8 *data, UInt32 channels, UInt32 width, UInt32 height, UInt32 c, UInt32 x1, UInt32 y1, UInt32 z1, UInt32 x2, UInt32 y2, UInt32 z2, Real64 *weightX, Real64 *weightY, Real64 *weightZ)=0 |
| virtual void | setValue (Real64 value, UInt8 *data, UInt32 channels, UInt32 width, UInt32 height, UInt32 c, UInt32 x, UInt32 y, UInt32 z)=0 |
Detailed Description
Dynamic handling of different image data types
Definition at line 177 of file OSGImageScaler.cpp.
Member Function Documentation
| virtual Real64 ValueHandler::getValue |
( |
const UInt8 * |
data, |
|
|
UInt32 |
channels, |
|
|
UInt32 |
width, |
|
|
UInt32 |
height, |
|
|
UInt32 |
c, |
|
|
UInt32 |
x1, |
|
|
UInt32 |
y1, |
|
|
UInt32 |
z1, |
|
|
UInt32 |
x2, |
|
|
UInt32 |
y2, |
|
|
UInt32 |
z2, |
|
|
Real64 * |
weightX, |
|
|
Real64 * |
weightY, |
|
|
Real64 * |
weightZ | |
|
) |
| | [pure virtual] |
| virtual void ValueHandler::setValue |
( |
Real64 |
value, |
|
|
UInt8 * |
data, |
|
|
UInt32 |
channels, |
|
|
UInt32 |
width, |
|
|
UInt32 |
height, |
|
|
UInt32 |
c, |
|
|
UInt32 |
x, |
|
|
UInt32 |
y, |
|
|
UInt32 |
z | |
|
) |
| | [pure virtual] |
The documentation for this struct was generated from the following file: