#include <IMG_FileFilterWindow.h>
|
| | IMG_FileFilterWindow (IMG_File *file_to_filter) |
| |
| | ~IMG_FileFilterWindow () override |
| |
| const char * | className () const override |
| |
| void | initWindow (const UT_DimRect &user_area) |
| |
| 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 |
| |
| 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 |
| |
| | 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 28 of file IMG_FileFilterWindow.h.
| IMG_FileFilterWindow::IMG_FileFilterWindow |
( |
IMG_File * |
file_to_filter | ) |
|
| IMG_FileFilterWindow::~IMG_FileFilterWindow |
( |
| ) |
|
|
override |
| const char* IMG_FileFilterWindow::className |
( |
| ) |
const |
|
inlineoverride |
| void IMG_FileFilterWindow::computeCommonData |
( |
| ) |
|
|
override |
| bool IMG_FileFilterWindow::getDeepPixelData |
( |
int |
x, |
|
|
int |
y, |
|
|
float *const * |
data |
|
) |
| |
|
override |
| bool IMG_FileFilterWindow::getDeepPixelPlaneData |
( |
int |
x, |
|
|
int |
y, |
|
|
const IMG_Plane & |
plane, |
|
|
float * |
data |
|
) |
| |
|
override |
| int IMG_FileFilterWindow::getDeepPixelSamples |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
override |
| const void* IMG_FileFilterWindow::readPlaneScanline |
( |
int |
y, |
|
|
const IMG_Plane & |
pi |
|
) |
| |
|
override |
| int IMG_FileFilterWindow::writePlaneScanline |
( |
const void * |
data, |
|
|
int |
y, |
|
|
const IMG_Plane & |
pi |
|
) |
| |
|
override |
The documentation for this class was generated from the following file: