Go to the source code of this file.
Classes | |
struct | igtl_colortable_header |
Macros | |
#define | IGTL_COLORTABLE_HEADER_SIZE 2 |
#define | IGTL_COLORTABLE_INDEX_UINT16 5 |
#define | IGTL_COLORTABLE_INDEX_UINT8 3 |
#define | IGTL_COLORTABLE_MAP_RGB 19 |
#define | IGTL_COLORTABLE_MAP_UINT16 5 |
#define | IGTL_COLORTABLE_MAP_UINT8 3 |
Functions | |
void igtl_export | igtl_colortable_convert_byte_order (igtl_colortable_header *header, void *table) |
igtl_uint64 igtl_export | igtl_colortable_get_crc (igtl_colortable_header *header, void *table) |
igtl_uint64 igtl_export | igtl_colortable_get_table_size (igtl_colortable_header *header) |
#define IGTL_COLORTABLE_HEADER_SIZE 2 |
Definition at line 24 of file igtl_colortable.h.
#define IGTL_COLORTABLE_INDEX_UINT16 5 |
Definition at line 27 of file igtl_colortable.h.
#define IGTL_COLORTABLE_INDEX_UINT8 3 |
Definition at line 26 of file igtl_colortable.h.
#define IGTL_COLORTABLE_MAP_RGB 19 |
Definition at line 30 of file igtl_colortable.h.
#define IGTL_COLORTABLE_MAP_UINT16 5 |
Definition at line 29 of file igtl_colortable.h.
#define IGTL_COLORTABLE_MAP_UINT8 3 |
Definition at line 28 of file igtl_colortable.h.
void igtl_export igtl_colortable_convert_byte_order | ( | igtl_colortable_header * | header, |
void * | table | ||
) |
igtl_uint64 igtl_export igtl_colortable_get_crc | ( | igtl_colortable_header * | header, |
void * | table | ||
) |
igtl_uint64 igtl_export igtl_colortable_get_table_size | ( | igtl_colortable_header * | header | ) |