#include <IMG_FileFilterFlip.h>

Public Member Functions | |
| IMG_FileFilterFlip (IMG_File *file_to_filter) | |
| virtual | ~IMG_FileFilterFlip () |
| virtual const char * | className () const |
| void | init (bool flipx, bool flipy, bool flop) |
| virtual const void * | readPlaneScanline (int y, const IMG_Plane &pi) |
| virtual int | writePlaneScanline (const void *data, int y, const IMG_Plane &pi) |
| virtual int | isTopFirst () const |
| virtual void | computeCommonData () |
Definition at line 31 of file IMG_FileFilterFlip.h.
| IMG_FileFilterFlip::IMG_FileFilterFlip | ( | IMG_File * | file_to_filter | ) |
| virtual IMG_FileFilterFlip::~IMG_FileFilterFlip | ( | ) | [virtual] |
| virtual const char* IMG_FileFilterFlip::className | ( | void | ) | const [inline, virtual] |
| virtual void IMG_FileFilterFlip::computeCommonData | ( | ) | [virtual] |
Reimplemented from IMG_FileFilter.
| void IMG_FileFilterFlip::init | ( | bool | flipx, | |
| bool | flipy, | |||
| bool | flop | |||
| ) |
| virtual int IMG_FileFilterFlip::isTopFirst | ( | ) | const [virtual] |
orientation of the current file or format. Some formats support multiple orientations specified in the image files themselves, others simply have a fixed orientation. Call these methods rather than querying the orientation from the format, in case the format supports multiple orientations.
Reimplemented from IMG_FileFilter.
| virtual const void* IMG_FileFilterFlip::readPlaneScanline | ( | int | y, | |
| const IMG_Plane & | pi | |||
| ) | [virtual] |
Reimplemented from IMG_File.
| virtual int IMG_FileFilterFlip::writePlaneScanline | ( | const void * | data, | |
| int | y, | |||
| const IMG_Plane & | pi | |||
| ) | [virtual] |
Reimplemented from IMG_File.
1.5.9