#include <ImageStreamIO/ImageStruct.h>
Go to the source code of this file.
Macros | |
#define | ULONGLONG_IMG (80) |
#define | IMAGESTRUCT_UINT8 1 |
#define | IMAGESTRUCT_INT8 2 |
#define | IMAGESTRUCT_UINT16 3 |
#define | IMAGESTRUCT_INT16 4 |
#define | IMAGESTRUCT_UINT32 5 |
#define | IMAGESTRUCT_INT32 6 |
#define | IMAGESTRUCT_UINT64 7 |
#define | IMAGESTRUCT_INT64 8 |
#define | IMAGESTRUCT_FLOAT 9 |
#define | IMAGESTRUCT_DOUBLE 10 |
#define | IMAGESTRUCT_COMPLEX_FLOAT 11 |
#define | IMAGESTRUCT_COMPLEX_DOUBLE 12 |
#define | IMAGESTRUCT_EVENT_UI8_UI8_UI16_UI8 20 |
#define IMAGESTRUCT_COMPLEX_DOUBLE 12 |
Definition at line 25 of file ImageStruct.hpp.
#define IMAGESTRUCT_COMPLEX_FLOAT 11 |
Definition at line 24 of file ImageStruct.hpp.
#define IMAGESTRUCT_DOUBLE 10 |
Definition at line 23 of file ImageStruct.hpp.
#define IMAGESTRUCT_EVENT_UI8_UI8_UI16_UI8 20 |
Definition at line 26 of file ImageStruct.hpp.
#define IMAGESTRUCT_FLOAT 9 |
Definition at line 22 of file ImageStruct.hpp.
#define IMAGESTRUCT_INT16 4 |
Definition at line 17 of file ImageStruct.hpp.
#define IMAGESTRUCT_INT32 6 |
Definition at line 19 of file ImageStruct.hpp.
#define IMAGESTRUCT_INT64 8 |
Definition at line 21 of file ImageStruct.hpp.
#define IMAGESTRUCT_INT8 2 |
Definition at line 15 of file ImageStruct.hpp.
#define IMAGESTRUCT_UINT16 3 |
Definition at line 16 of file ImageStruct.hpp.
#define IMAGESTRUCT_UINT32 5 |
Definition at line 18 of file ImageStruct.hpp.
#define IMAGESTRUCT_UINT64 7 |
Definition at line 20 of file ImageStruct.hpp.
#define IMAGESTRUCT_UINT8 1 |
Definition at line 14 of file ImageStruct.hpp.
#define ULONGLONG_IMG (80) |
Definition at line 11 of file ImageStruct.hpp.