|
Grok 20.3.2
|
Stub — freebyrd thread pool has been removed. More...
#include <StripDecompressor.h>
Public Member Functions | |
| StripDecompressor (ITileProcessor *tp, uint16_t compno, uint8_t prec, std::atomic_bool &success, StripConfig config={}) | |
| ~StripDecompressor () | |
| bool | decompress () |
| bool | decompressStream (StripOutputCallback outputCallback) |
Private Attributes | |
| ITileProcessor * | tp_ |
| uint16_t | compno_ |
| uint8_t | prec_ |
| std::atomic_bool & | success_ |
| StripConfig | config_ |
Stub — freebyrd thread pool has been removed.
The class interface is preserved for compilation but decompress() always returns false.
| grk::StripDecompressor::StripDecompressor | ( | ITileProcessor * | tp, |
| uint16_t | compno, | ||
| uint8_t | prec, | ||
| std::atomic_bool & | success, | ||
| StripConfig | config = {} ) |
|
default |
| bool grk::StripDecompressor::decompress | ( | ) |
| bool grk::StripDecompressor::decompressStream | ( | StripOutputCallback | outputCallback | ) |
|
private |
Referenced by StripDecompressor().
|
private |
Referenced by StripDecompressor().
|
private |
Referenced by StripDecompressor().
|
private |
Referenced by StripDecompressor().
|
private |
Referenced by StripDecompressor().