#include <IMG_FileFilterLUT.h>
|
| IMG_FileFilterLUT (IMG_File *file_to_filter) |
|
| ~IMG_FileFilterLUT () override |
|
const char * | className () const override |
|
void | init (const IMG_FileParms &parms) |
|
void | init (const UT_StringHolder &lutname, const UT_StringHolder &lut_scope, fpreal gamma, const UT_StringHolder &gamma_scope, bool is_ocio, const UT_StringHolder &ocio_colorspace, const UT_StringHolder &ocio_looks, const UT_StringHolder &ocio_view, bool ocio_forward, const UT_StringHolder &ocio_src_display, const UT_StringHolder &ocio_src_view) |
|
const void * | readPlaneScanline (int y, const IMG_Plane &pi) override |
|
int | writePlaneScanline (const void *data, int y, const IMG_Plane &pi) override |
|
void | computeCommonData () override |
|
| IMG_FileFilter (IMG_File *file_to_filter) |
|
| ~IMG_FileFilter () override |
|
bool | isPassThrough () const override |
|
int | isTopFirst () const override |
|
int | isLeftFirst () const override |
|
IMG_File * | getBaseFile () const override |
|
void | randomReadAccessRequired () override |
|
void | setFileToFilter (IMG_File *file) |
|
void | computeCommonData () override |
|
int | getDeepPixelSamples (int x, int y) override |
|
bool | getDeepPixelPlaneData (int x, int y, const IMG_Plane &plane, float *data) override |
|
bool | getDeepPixelData (int x, int y, float *const *data) override |
|
bool | readDeepPixelData (int x, int y, PXL_DeepSampleList &p) override |
|
bool | writeDeepPixelData (int x, int y, const PXL_DeepSampleListPtr &p) override |
|
Definition at line 29 of file IMG_FileFilterLUT.h.
IMG_FileFilterLUT::IMG_FileFilterLUT |
( |
IMG_File * |
file_to_filter | ) |
|
IMG_FileFilterLUT::~IMG_FileFilterLUT |
( |
| ) |
|
|
override |
const char* IMG_FileFilterLUT::className |
( |
| ) |
const |
|
inlineoverride |
void IMG_FileFilterLUT::computeCommonData |
( |
| ) |
|
|
override |
void IMG_FileFilterLUT::init |
( |
const UT_StringHolder & |
lutname, |
|
|
const UT_StringHolder & |
lut_scope, |
|
|
fpreal |
gamma, |
|
|
const UT_StringHolder & |
gamma_scope, |
|
|
bool |
is_ocio, |
|
|
const UT_StringHolder & |
ocio_colorspace, |
|
|
const UT_StringHolder & |
ocio_looks, |
|
|
const UT_StringHolder & |
ocio_view, |
|
|
bool |
ocio_forward, |
|
|
const UT_StringHolder & |
ocio_src_display, |
|
|
const UT_StringHolder & |
ocio_src_view |
|
) |
| |
const void* IMG_FileFilterLUT::readPlaneScanline |
( |
int |
y, |
|
|
const IMG_Plane & |
pi |
|
) |
| |
|
override |
The documentation for this class was generated from the following file: