|
Grok 15.1.0
|
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 approx, bpc, brand, C, capture_resolution, cl, comps, display_resolution, enumcs, GRK_ENUM_CLRSPC_UNKNOWN, h, has_capture_resolution, has_display_resolution, IPR, meth, minversion, numcl, numcomps, numUuids, precedence, procedure_list_, UnkC, validation_list_, and w.
Referenced by grk::FileFormatCompress::FileFormatCompress(), and grk::FileFormatDecompress::FileFormatDecompress().
|
virtual |
References cl, comps, grk::grk_free(), numUuids, procedure_list_, uuids, validation_list_, and xml.
|
protected |
|
protected |
|
protected |
Referenced by grk::FileFormatCompress::default_validation(), FileFormat(), grk::FileFormatCompress::init(), grk::FileFormatDecompress::read_bpc(), grk::FileFormatDecompress::read_ihdr(), grk::FileFormatCompress::write_bpc(), grk::FileFormatCompress::write_ihdr(), and grk::FileFormatCompress::write_jp2h().
|
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(), FileFormat(), 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(), FileFormat(), grk::FileFormatCompress::init_compressValidation(), grk::FileFormatDecompress::readHeader(), grk::FileFormatCompress::start(), and ~FileFormat().
|
protected |
|
protected |