29#ifndef SIDX_CONFIG_H_INCLUDED
30#define SIDX_CONFIG_H_INCLUDED
37 typedef __int8 int8_t;
38 typedef __int16 int16_t;
39 typedef __int32 int32_t;
40 typedef __int64 int64_t;
41 typedef unsigned __int8 uint8_t;
42 typedef unsigned __int16 uint16_t;
43 typedef unsigned __int32 uint32_t;
44 typedef unsigned __int64 uint64_t;
48 #define STRDUP _strdup
55 #define SIDX_THREAD __thread
102# define IDX_C_START extern "C" {
Definition SpatialIndex.h:127
RTError
Definition sidx_config.h:68
@ RT_Fatal
Definition sidx_config.h:73
@ RT_Debug
Definition sidx_config.h:70
@ RT_None
Definition sidx_config.h:69
@ RT_Warning
Definition sidx_config.h:71
@ RT_Failure
Definition sidx_config.h:72
RTIndexVariant
Definition sidx_config.h:93
@ RT_Quadratic
Definition sidx_config.h:95
@ RT_Star
Definition sidx_config.h:96
@ RT_InvalidIndexVariant
Definition sidx_config.h:97
@ RT_Linear
Definition sidx_config.h:94
Tools::PropertySet * IndexPropertyH
Definition sidx_config.h:111
SpatialIndex::IData * IndexItemH
Definition sidx_config.h:110
RTStorageType
Definition sidx_config.h:85
@ RT_Memory
Definition sidx_config.h:86
@ RT_Disk
Definition sidx_config.h:87
@ RT_InvalidStorageType
Definition sidx_config.h:89
@ RT_Custom
Definition sidx_config.h:88
RTIndexType
Definition sidx_config.h:77
@ RT_MVRTree
Definition sidx_config.h:79
@ RT_InvalidIndexType
Definition sidx_config.h:81
@ RT_TPRTree
Definition sidx_config.h:80
@ RT_RTree
Definition sidx_config.h:78
Index * IndexH
Definition sidx_config.h:109