|
Grok
7.6.6
|
#include <TileCache.h>
Public Member Functions | |
| TileCacheEntry (TileProcessor *p, GrkImage *img) | |
| TileCacheEntry (TileProcessor *p) | |
| TileCacheEntry (GrkImage *img) | |
| TileCacheEntry () | |
| ~TileCacheEntry () | |
Public Attributes | |
| TileProcessor * | processor |
| GrkImage * | image |
| grk::TileCacheEntry::TileCacheEntry | ( | TileProcessor * | p, |
| GrkImage * | img | ||
| ) |
|
explicit |
|
explicit |
| grk::TileCacheEntry::TileCacheEntry | ( | ) |
| GrkImage* grk::TileCacheEntry::image |
Referenced by grk::TileCache::put(), and ~TileCacheEntry().
| TileProcessor* grk::TileCacheEntry::processor |
Referenced by grk::CodeStream::allocateProcessor(), grk::TileCache::put(), and ~TileCacheEntry().