#include <TileSet.h>
◆ TileSet()
| grk::TileSet::TileSet |
( |
| ) |
|
◆ ~TileSet()
| virtual grk::TileSet::~TileSet |
( |
| ) |
|
|
virtualdefault |
◆ allComplete()
| bool grk::TileSet::allComplete |
( |
void |
| ) |
|
◆ getSingle()
| uint16_t grk::TileSet::getSingle |
( |
void |
| ) |
|
◆ index() [1/2]
| uint16_t grk::TileSet::index |
( |
grk_pt16 |
tile | ) |
|
|
private |
◆ index() [2/2]
| uint16_t grk::TileSet::index |
( |
uint16_t |
x, |
|
|
uint16_t |
y |
|
) |
| |
|
private |
◆ init()
◆ isComplete()
| bool grk::TileSet::isComplete |
( |
uint16_t |
tileIndex | ) |
|
◆ isScheduled() [1/2]
| bool grk::TileSet::isScheduled |
( |
grk_pt16 |
tile | ) |
|
◆ isScheduled() [2/2]
| bool grk::TileSet::isScheduled |
( |
uint16_t |
tileIndex | ) |
|
◆ numScheduled()
| uint16_t grk::TileSet::numScheduled |
( |
void |
| ) |
|
◆ schedule() [1/3]
| void grk::TileSet::schedule |
( |
grk_pt16 |
tile | ) |
|
◆ schedule() [2/3]
References allTiles_, grk::grk_rect< T >::empty(), lastTileToDecompress_, tilesToDecompress_, grk::grk_rect< T >::width(), grk::grk_rect< T >::x0, grk::grk_rect< T >::x1, grk::grk_rect< T >::y0, and grk::grk_rect< T >::y1.
Referenced by grk::CodeStreamDecompress::decompressTile(), init(), and schedule().
◆ schedule() [3/3]
| void grk::TileSet::schedule |
( |
uint16_t |
tileIndex | ) |
|
◆ setComplete()
| void grk::TileSet::setComplete |
( |
uint16_t |
tileIndex | ) |
|
◆ allTiles_
◆ lastTileToDecompress_
| uint16_t grk::TileSet::lastTileToDecompress_ |
|
private |
◆ tilesDecompressed_
| std::set<uint16_t> grk::TileSet::tilesDecompressed_ |
|
private |
◆ tilesToDecompress_
| std::set<uint16_t> grk::TileSet::tilesToDecompress_ |
|
private |
The documentation for this class was generated from the following files: