Macros | Typedefs
IceTConfig.h File Reference

Go to the source code of this file.

Macros

#define ICET_BUILD_SHARED_LIBS
 
#define ICET_EXPORT
 
#define ICET_GL_EXPORT
 
#define ICET_STRATEGY_EXPORT
 
#define ICET_MPI_EXPORT
 
#define ICET_MAJOR_VERSION   2
 
#define ICET_MINOR_VERSION   2
 
#define ICET_PATCH_VERSION   0
 
#define ICET_VERSION   "2.2.0"
 
#define ICET_SIZEOF_CHAR   1
 
#define ICET_SIZEOF_SHORT   2
 
#define ICET_SIZEOF_INT   4
 
#define ICET_SIZEOF_LONG   8
 
#define ICET_SIZEOF_LONG_LONG   8
 
#define ICET_SIZEOF_FLOAT   4
 
#define ICET_SIZEOF_DOUBLE   8
 
#define ICET_SIZEOF_VOID_P   8
 
#define ICET_MAGIC_K_DEFAULT   8
 
#define ICET_MAX_IMAGE_SPLIT_DEFAULT   500000
 

Typedefs

typedef char IceTInt8
 
typedef unsigned char IceTUnsignedInt8
 
typedef short IceTInt16
 
typedef unsigned short IceTUnsignedInt16
 
typedef int IceTInt32
 
typedef unsigned int IceTUnsignedInt32
 
typedef long IceTInt64
 
typedef unsigned long IceTUnsignedInt64
 
typedef float IceTFloat32
 
typedef double IceTFloat64
 
typedef IceTInt64 IceTPointerArithmetic
 

Macro Definition Documentation

◆ ICET_BUILD_SHARED_LIBS

#define ICET_BUILD_SHARED_LIBS

Definition at line 17 of file IceTConfig.h.

◆ ICET_EXPORT

#define ICET_EXPORT

Definition at line 42 of file IceTConfig.h.

◆ ICET_GL_EXPORT

#define ICET_GL_EXPORT

Definition at line 43 of file IceTConfig.h.

◆ ICET_STRATEGY_EXPORT

#define ICET_STRATEGY_EXPORT

Definition at line 44 of file IceTConfig.h.

◆ ICET_MPI_EXPORT

#define ICET_MPI_EXPORT

Definition at line 45 of file IceTConfig.h.

◆ ICET_MAJOR_VERSION

#define ICET_MAJOR_VERSION   2

Definition at line 48 of file IceTConfig.h.

◆ ICET_MINOR_VERSION

#define ICET_MINOR_VERSION   2

Definition at line 49 of file IceTConfig.h.

◆ ICET_PATCH_VERSION

#define ICET_PATCH_VERSION   0

Definition at line 50 of file IceTConfig.h.

◆ ICET_VERSION

#define ICET_VERSION   "2.2.0"

Definition at line 51 of file IceTConfig.h.

◆ ICET_SIZEOF_CHAR

#define ICET_SIZEOF_CHAR   1

Definition at line 53 of file IceTConfig.h.

◆ ICET_SIZEOF_SHORT

#define ICET_SIZEOF_SHORT   2

Definition at line 54 of file IceTConfig.h.

◆ ICET_SIZEOF_INT

#define ICET_SIZEOF_INT   4

Definition at line 55 of file IceTConfig.h.

◆ ICET_SIZEOF_LONG

#define ICET_SIZEOF_LONG   8

Definition at line 56 of file IceTConfig.h.

◆ ICET_SIZEOF_LONG_LONG

#define ICET_SIZEOF_LONG_LONG   8

Definition at line 57 of file IceTConfig.h.

◆ ICET_SIZEOF_FLOAT

#define ICET_SIZEOF_FLOAT   4

Definition at line 59 of file IceTConfig.h.

◆ ICET_SIZEOF_DOUBLE

#define ICET_SIZEOF_DOUBLE   8

Definition at line 60 of file IceTConfig.h.

◆ ICET_SIZEOF_VOID_P

#define ICET_SIZEOF_VOID_P   8

Definition at line 61 of file IceTConfig.h.

◆ ICET_MAGIC_K_DEFAULT

#define ICET_MAGIC_K_DEFAULT   8

Definition at line 126 of file IceTConfig.h.

◆ ICET_MAX_IMAGE_SPLIT_DEFAULT

#define ICET_MAX_IMAGE_SPLIT_DEFAULT   500000

Definition at line 127 of file IceTConfig.h.

Typedef Documentation

◆ IceTInt8

typedef char IceTInt8

Definition at line 64 of file IceTConfig.h.

◆ IceTUnsignedInt8

typedef unsigned char IceTUnsignedInt8

Definition at line 65 of file IceTConfig.h.

◆ IceTInt16

typedef short IceTInt16

Definition at line 71 of file IceTConfig.h.

◆ IceTUnsignedInt16

typedef unsigned short IceTUnsignedInt16

Definition at line 72 of file IceTConfig.h.

◆ IceTInt32

typedef int IceTInt32

Definition at line 78 of file IceTConfig.h.

◆ IceTUnsignedInt32

typedef unsigned int IceTUnsignedInt32

Definition at line 79 of file IceTConfig.h.

◆ IceTInt64

typedef long IceTInt64

Definition at line 94 of file IceTConfig.h.

◆ IceTUnsignedInt64

typedef unsigned long IceTUnsignedInt64

Definition at line 95 of file IceTConfig.h.

◆ IceTFloat32

typedef float IceTFloat32

Definition at line 107 of file IceTConfig.h.

◆ IceTFloat64

Definition at line 113 of file IceTConfig.h.

◆ IceTPointerArithmetic

Definition at line 121 of file IceTConfig.h.