Grok 12.0.1
|
JPEG 2000 file format reader/writer. More...
#include <FileFormat.h>
Public Member Functions | |
FileFormat (void) | |
virtual | ~FileFormat () |
Protected Member Functions | |
bool | exec (std::vector< PROCEDURE_FUNC > *procs) |
Protected Attributes | |
std::vector< PROCEDURE_FUNC > * | validation_list_ |
list of validation procedures | |
std::vector< PROCEDURE_FUNC > * | procedure_list_ |
list of execution procedures | |
uint32_t | w |
uint32_t | h |
uint16_t | numcomps |
uint8_t | bpc |
uint8_t | C |
uint8_t | UnkC |
uint8_t | IPR |
uint8_t | meth |
uint8_t | approx |
GRK_ENUM_COLOUR_SPACE | enumcs |
uint8_t | precedence |
uint32_t | brand |
uint32_t | minversion |
uint32_t | numcl |
uint32_t * | cl |
ComponentInfo * | comps |
bool | has_capture_resolution |
double | capture_resolution [2] |
bool | has_display_resolution |
double | display_resolution [2] |
grk_buf8 | xml |
UUIDBox | uuids [JP2_MAX_NUM_UUIDS] |
uint32_t | numUuids |
JPEG 2000 file format reader/writer.
grk::FileFormat::FileFormat | ( | void | ) |
References capture_resolution, display_resolution, and grk::grk_read().
|
virtual |
References cl, comps, grk::grk_buf< T, A >::dealloc(), grk::grk_free(), grk::grk_read(), numUuids, procedure_list_, uuids, validation_list_, and xml.
|
protected |
References grk::grk_read().
Referenced by grk::FileFormatCompress::end(), grk::FileFormatDecompress::readHeader(), and grk::FileFormatCompress::start().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
list of execution procedures
Referenced by grk::FileFormatCompress::default_validation(), grk::FileFormatCompress::end(), grk::FileFormatCompress::init_end_header_writing(), grk::FileFormatCompress::init_header_writing(), grk::FileFormatDecompress::readHeader(), grk::FileFormatCompress::start(), and ~FileFormat().
|
protected |
|
protected |
|
protected |
list of validation procedures
Referenced by grk::FileFormatCompress::default_validation(), grk::FileFormatCompress::init_compressValidation(), grk::FileFormatDecompress::readHeader(), grk::FileFormatCompress::start(), and ~FileFormat().
|
protected |
|
protected |