#include <TIL_Image.h>

Public Member Functions | |
| TIL_Image () | |
| ~TIL_Image () | |
| void | setRaster (TIL_Raster *r) |
| TIL_Raster * | getRaster () |
| TIL_Raster ** | getMipRasters () |
| void | clearRasters () |
| void | setState (TIL_ImageState *state) |
| TIL_ImageState * | getState () |
| TIL_Image *& | next () |
| TIL_Image *& | prev () |
| void | incRef () |
| void | decRef () |
| int | inUse () const |
| void | clearUsage () |
| void | setObsolete (bool o=true) |
| bool | isObsolete () const |
| int64 | getSize () const |
| void | debugDump (ostream &os) |
Definition at line 117 of file TIL_Image.h.
| TIL_Image::TIL_Image | ( | ) |
| TIL_Image::~TIL_Image | ( | ) |
| void TIL_Image::clearRasters | ( | ) |
| void TIL_Image::clearUsage | ( | ) |
| void TIL_Image::debugDump | ( | ostream & | os | ) |
| void TIL_Image::decRef | ( | ) |
| TIL_Raster** TIL_Image::getMipRasters | ( | ) | [inline] |
Definition at line 128 of file TIL_Image.h.
| TIL_Raster* TIL_Image::getRaster | ( | ) | [inline] |
Definition at line 127 of file TIL_Image.h.
| int64 TIL_Image::getSize | ( | ) | const |
| TIL_ImageState* TIL_Image::getState | ( | ) | [inline] |
Definition at line 132 of file TIL_Image.h.
| void TIL_Image::incRef | ( | ) |
| int TIL_Image::inUse | ( | ) | const |
| bool TIL_Image::isObsolete | ( | ) | const [inline] |
Definition at line 142 of file TIL_Image.h.
| TIL_Image*& TIL_Image::next | ( | ) | [inline] |
Definition at line 134 of file TIL_Image.h.
| TIL_Image*& TIL_Image::prev | ( | ) | [inline] |
Definition at line 135 of file TIL_Image.h.
| void TIL_Image::setObsolete | ( | bool | o = true |
) | [inline] |
Definition at line 141 of file TIL_Image.h.
| void TIL_Image::setRaster | ( | TIL_Raster * | r | ) |
| void TIL_Image::setState | ( | TIL_ImageState * | state | ) |
1.5.9