|
Grok
7.6.6
|
#include <T1Structs.h>
Public Member Functions | |
| BlockExec () | |
Public Member Functions inherited from grk::IOpenable | |
| virtual | ~IOpenable () |
| virtual bool | open (T1Interface *t1)=0 |
| virtual void | close (void)=0 |
Public Attributes | |
| TileComponent * | tilec |
| uint8_t | bandIndex |
| eBandOrientation | band_orientation |
| float | stepsize |
| uint32_t | cblk_sty |
| uint8_t | qmfbid |
| uint32_t | x |
| uint32_t | y |
| uint8_t | k_msbs |
| bool | isOpen |
| grk::BlockExec::BlockExec | ( | ) |
| eBandOrientation grk::BlockExec::band_orientation |
| uint8_t grk::BlockExec::bandIndex |
| uint32_t grk::BlockExec::cblk_sty |
Referenced by grk::t1_part1::T1Part1::compress(), and grk::t1_part1::T1Part1::decompress().
| bool grk::BlockExec::isOpen |
Referenced by grk::DecompressBlockExec::open(), and grk::CompressBlockExec::open().
| uint8_t grk::BlockExec::k_msbs |
Referenced by grk::t1_ht::T1HT::compress(), grk::t1_ht::T1HT::decompress(), and grk::t1_ht::T1HT::preCompress().
| uint8_t grk::BlockExec::qmfbid |
| float grk::BlockExec::stepsize |
Referenced by grk::t1_part1::T1Part1::compress(), and grk::t1_part1::T1Part1::preCompress().
| TileComponent* grk::BlockExec::tilec |
Referenced by grk::t1_ht::T1HT::decompress(), and grk::t1_part1::T1Part1::decompress().
| uint32_t grk::BlockExec::x |
| uint32_t grk::BlockExec::y |