|
Grok 20.3.2
|
#include <BlockExec.h>
Public Member Functions | |
| BlockExec ()=default | |
| virtual | ~BlockExec () override=default |
| virtual bool | open (ICoder *coder)=0 |
| Public Member Functions inherited from exc::IOpenable | |
| virtual | ~IOpenable ()=default |
| virtual void | open ()=0 |
| virtual void | close ()=0 |
Public Attributes | |
| uint8_t | bandIndex = 0 |
| uint8_t | bandNumbps = 0 |
| eBandOrientation | bandOrientation = BAND_ORIENT_LL |
| float | stepsize = 0 |
| uint8_t | cblk_sty = 0 |
| uint8_t | qmfbid = 0 |
| uint32_t | x = 0 |
| uint32_t | y = 0 |
| uint8_t | k_msbs = 0 |
| uint8_t | R_b = 0 |
Private Member Functions | |
| BlockExec (const BlockExec &)=delete | |
| BlockExec & | operator= (const BlockExec &)=delete |
|
default |
Referenced by BlockExec(), and operator=().
|
overridevirtualdefault |
|
privatedelete |
References BlockExec().
|
pure virtual |
Implemented in grk::t1::CompressBlockExec, and grk::t1::DecompressBlockExec.
References BlockExec().
| uint8_t grk::t1::BlockExec::bandIndex = 0 |
Referenced by grk::DecompressScheduler::scheduleT1().
| uint8_t grk::t1::BlockExec::bandNumbps = 0 |
Referenced by grk::t1::ojph::NarrowRoiScaleOJPHFilter16::NarrowRoiScaleOJPHFilter16(), grk::t1::ojph::NarrowScaleOJPHFilter16::NarrowScaleOJPHFilter16(), grk::t1::ojph::RoiScaleOJPHFilter< T >::RoiScaleOJPHFilter(), grk::t1::ojph::ScaleOJPHFilter< T >::ScaleOJPHFilter(), and grk::DecompressScheduler::scheduleT1().
| eBandOrientation grk::t1::BlockExec::bandOrientation = BAND_ORIENT_LL |
| uint8_t grk::t1::BlockExec::cblk_sty = 0 |
| uint8_t grk::t1::BlockExec::k_msbs = 0 |
| uint8_t grk::t1::BlockExec::qmfbid = 0 |
| uint8_t grk::t1::BlockExec::R_b = 0 |
Referenced by grk::DecompressScheduler::scheduleT1().
| float grk::t1::BlockExec::stepsize = 0 |
| uint32_t grk::t1::BlockExec::x = 0 |
| uint32_t grk::t1::BlockExec::y = 0 |