#include <UT_FileLUT.h>
|
| UT_FileLUT () |
|
virtual | ~UT_FileLUT () |
|
| UT_FileLUT (const UT_FileLUT ©) |
|
UT_FileLUT & | operator= (const UT_FileLUT &) |
|
int | load (const char *name, int lutsize, int lutrange, int mode=LOAD_FORWARD_LUT) |
|
int | createCineon (int white_point, fpreal gamma, int full_range, int mode=LOAD_FORWARD_LUT, int imagepnt=4095) |
|
void | create (int size, float *data, int range, int mode=LOAD_FORWARD_LUT, const char *filename=0, int whitepoint=65535) |
|
int | getLUTSize () const |
|
unsigned short * | getLUT () |
|
const unsigned short * | getLUT () const |
|
int | getInvLUTSize () const |
|
unsigned short * | getInvLUT () |
|
const unsigned short * | getInvLUT () const |
|
int | getWhitePoint () const |
|
int | compareExistingLUT (const char *name, int mode) |
|
int | compareExistingLUT (int white, fpreal gamma, int mode, int iwhite) |
|
void | debugOut (const char *file) |
|
Definition at line 24 of file UT_FileLUT.h.
Enumerator |
---|
LOAD_FORWARD_LUT |
|
LOAD_INVERSE_LUT |
|
LOAD_FULL_LUT |
|
Definition at line 27 of file UT_FileLUT.h.
Enumerator |
---|
CINEON_CLIPPED |
|
CINEON_FULL_RANGE |
|
CINEON_WHITE_GIVEN |
|
Definition at line 33 of file UT_FileLUT.h.
UT_FileLUT::UT_FileLUT |
( |
| ) |
|
virtual UT_FileLUT::~UT_FileLUT |
( |
| ) |
|
|
virtual |
int UT_FileLUT::compareExistingLUT |
( |
const char * |
name, |
|
|
int |
mode |
|
) |
| |
void UT_FileLUT::debugOut |
( |
const char * |
file | ) |
|
unsigned short* UT_FileLUT::getInvLUT |
( |
| ) |
|
|
inline |
const unsigned short* UT_FileLUT::getInvLUT |
( |
| ) |
const |
|
inline |
int UT_FileLUT::getInvLUTSize |
( |
| ) |
const |
|
inline |
unsigned short* UT_FileLUT::getLUT |
( |
| ) |
|
|
inline |
const unsigned short* UT_FileLUT::getLUT |
( |
| ) |
const |
|
inline |
int UT_FileLUT::getLUTSize |
( |
| ) |
const |
|
inline |
int UT_FileLUT::getWhitePoint |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: