|
Grok 20.3.2
|
#include <PrecinctImpl.h>
Public Member Functions | |
| PrecinctImplCompress (Precinct *prec, uint16_t numLayers) | |
| Public Member Functions inherited from grk::PrecinctImpl | |
| PrecinctImpl (Precinct *prec) | |
| Constructs a new PrecinctImpl. | |
| virtual | ~PrecinctImpl (void) |
| Destroys the PrecinctImpl. | |
| PrecinctImpl (const PrecinctImpl &)=delete | |
| PrecinctImpl & | operator= (const PrecinctImpl &)=delete |
| Rect32_16 | getCodeBlockBounds (uint32_t cblkno) |
| Gets non-nominal bounds for a code block. | |
| template<typename T> | |
| void | initCodeBlock (T *block, uint32_t cblkno) |
| Initializes code block. | |
| void | deleteTagTrees () |
| Deletes tag trees. | |
| TagTreeU16 * | getIncludeTagTree (void) |
| Gets include tag tree. | |
| TagTreeU8 * | getIMsbTagTree (void) |
| Gets MSB tag tree. | |
Additional Inherited Members | |
| Public Attributes inherited from grk::PrecinctImpl | |
| BlockCache< t1::CodeblockCompress, PrecinctImpl > * | enc_ |
| Cache of CodeblockCompress. | |
| BlockCache< t1::CodeblockDecompress, PrecinctImpl > * | dec_ |
| Cache of CodeblockDecompress. | |
| Rect32_16 | cblk_grid_ |
| code block grid | |
| Precinct * | prec_ |
| associated precinct | |
| Protected Member Functions inherited from grk::PrecinctImpl | |
| bool | genCodeBlockGrid (void) |
| grk::PrecinctImplCompress::PrecinctImplCompress | ( | Precinct * | prec, |
| uint16_t | numLayers ) |