Grok
7.6.2
|
#include <CodeStream.h>
Public Member Functions | |
marker_handler (uint16_t ID, uint32_t flags, marker_callback cb) | |
Public Attributes | |
uint16_t | id |
marker value More... | |
uint32_t | states |
value of the state when the marker can appear More... | |
marker_callback | callback |
action linked to the marker More... | |
|
inline |
marker_callback grk::marker_handler::callback |
action linked to the marker
Referenced by grk::CodeStream::process_marker().
uint16_t grk::marker_handler::id |
marker value
Referenced by grk::CodeStream::parse_tile_header_markers(), grk::CodeStream::read_header_procedure(), and grk::CodeStream::read_unk().
uint32_t grk::marker_handler::states |
value of the state when the marker can appear
Referenced by grk::CodeStream::parse_tile_header_markers(), grk::CodeStream::read_header_procedure(), and grk::CodeStream::read_unk().