API
ImageStruct.hpp File Reference
#include <ImageStreamIO/ImageStruct.h>
Include dependency graph for ImageStruct.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  imageStructDataType< IMAGESTRUCT_UINT8 >
 
struct  imageStructDataType< IMAGESTRUCT_INT8 >
 
struct  imageStructDataType< IMAGESTRUCT_UINT16 >
 
struct  imageStructDataType< IMAGESTRUCT_INT16 >
 
struct  imageStructDataType< IMAGESTRUCT_UINT32 >
 
struct  imageStructDataType< IMAGESTRUCT_INT32 >
 
struct  imageStructDataType< IMAGESTRUCT_UINT64 >
 
struct  imageStructDataType< IMAGESTRUCT_INT64 >
 
struct  imageStructDataType< IMAGESTRUCT_FLOAT >
 
struct  imageStructDataType< IMAGESTRUCT_DOUBLE >
 
struct  imageStructDataType< IMAGESTRUCT_COMPLEX_FLOAT >
 
struct  imageStructDataType< IMAGESTRUCT_COMPLEX_DOUBLE >
 

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
 

Macro Definition Documentation

◆ IMAGESTRUCT_COMPLEX_DOUBLE

#define IMAGESTRUCT_COMPLEX_DOUBLE   12

Definition at line 25 of file ImageStruct.hpp.

◆ IMAGESTRUCT_COMPLEX_FLOAT

#define IMAGESTRUCT_COMPLEX_FLOAT   11

Definition at line 24 of file ImageStruct.hpp.

◆ IMAGESTRUCT_DOUBLE

#define IMAGESTRUCT_DOUBLE   10

Definition at line 23 of file ImageStruct.hpp.

◆ IMAGESTRUCT_EVENT_UI8_UI8_UI16_UI8

#define IMAGESTRUCT_EVENT_UI8_UI8_UI16_UI8   20

Definition at line 26 of file ImageStruct.hpp.

◆ IMAGESTRUCT_FLOAT

#define IMAGESTRUCT_FLOAT   9

Definition at line 22 of file ImageStruct.hpp.

◆ IMAGESTRUCT_INT16

#define IMAGESTRUCT_INT16   4

Definition at line 17 of file ImageStruct.hpp.

◆ IMAGESTRUCT_INT32

#define IMAGESTRUCT_INT32   6

Definition at line 19 of file ImageStruct.hpp.

◆ IMAGESTRUCT_INT64

#define IMAGESTRUCT_INT64   8

Definition at line 21 of file ImageStruct.hpp.

◆ IMAGESTRUCT_INT8

#define IMAGESTRUCT_INT8   2

Definition at line 15 of file ImageStruct.hpp.

◆ IMAGESTRUCT_UINT16

#define IMAGESTRUCT_UINT16   3

Definition at line 16 of file ImageStruct.hpp.

◆ IMAGESTRUCT_UINT32

#define IMAGESTRUCT_UINT32   5

Definition at line 18 of file ImageStruct.hpp.

◆ IMAGESTRUCT_UINT64

#define IMAGESTRUCT_UINT64   7

Definition at line 20 of file ImageStruct.hpp.

◆ IMAGESTRUCT_UINT8

#define IMAGESTRUCT_UINT8   1

Definition at line 14 of file ImageStruct.hpp.

◆ ULONGLONG_IMG

#define ULONGLONG_IMG   (80)
Todo:
document this file

Definition at line 11 of file ImageStruct.hpp.