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 |
#define ICET_BUILD_SHARED_LIBS |
Definition at line 17 of file IceTConfig.h.
#define ICET_EXPORT |
Definition at line 42 of file IceTConfig.h.
#define ICET_GL_EXPORT |
Definition at line 43 of file IceTConfig.h.
#define ICET_STRATEGY_EXPORT |
Definition at line 44 of file IceTConfig.h.
#define ICET_MPI_EXPORT |
Definition at line 45 of file IceTConfig.h.
#define ICET_MAJOR_VERSION 2 |
Definition at line 48 of file IceTConfig.h.
#define ICET_MINOR_VERSION 2 |
Definition at line 49 of file IceTConfig.h.
#define ICET_PATCH_VERSION 0 |
Definition at line 50 of file IceTConfig.h.
#define ICET_VERSION "2.2.0" |
Definition at line 51 of file IceTConfig.h.
#define ICET_SIZEOF_CHAR 1 |
Definition at line 53 of file IceTConfig.h.
#define ICET_SIZEOF_SHORT 2 |
Definition at line 54 of file IceTConfig.h.
#define ICET_SIZEOF_INT 4 |
Definition at line 55 of file IceTConfig.h.
#define ICET_SIZEOF_LONG 8 |
Definition at line 56 of file IceTConfig.h.
#define ICET_SIZEOF_LONG_LONG 8 |
Definition at line 57 of file IceTConfig.h.
#define ICET_SIZEOF_FLOAT 4 |
Definition at line 59 of file IceTConfig.h.
#define ICET_SIZEOF_DOUBLE 8 |
Definition at line 60 of file IceTConfig.h.
#define ICET_SIZEOF_VOID_P 8 |
Definition at line 61 of file IceTConfig.h.
#define ICET_MAGIC_K_DEFAULT 8 |
Definition at line 126 of file IceTConfig.h.
#define ICET_MAX_IMAGE_SPLIT_DEFAULT 500000 |
Definition at line 127 of file IceTConfig.h.
typedef char IceTInt8 |
Definition at line 64 of file IceTConfig.h.
typedef unsigned char IceTUnsignedInt8 |
Definition at line 65 of file IceTConfig.h.
typedef short IceTInt16 |
Definition at line 71 of file IceTConfig.h.
typedef unsigned short IceTUnsignedInt16 |
Definition at line 72 of file IceTConfig.h.
Definition at line 78 of file IceTConfig.h.
typedef unsigned int IceTUnsignedInt32 |
Definition at line 79 of file IceTConfig.h.
typedef long IceTInt64 |
Definition at line 94 of file IceTConfig.h.
typedef unsigned long IceTUnsignedInt64 |
Definition at line 95 of file IceTConfig.h.
typedef float IceTFloat32 |
Definition at line 107 of file IceTConfig.h.
typedef double IceTFloat64 |
Definition at line 113 of file IceTConfig.h.
typedef IceTInt64 IceTPointerArithmetic |
Definition at line 121 of file IceTConfig.h.