1#if !defined(_SpatialGeneral_h)
2#define _SpatialGeneral_h
50#if !defined(OO_MACHINE_H) && !defined(OO_CONFIG_H) && !defined(SXGENERAL_H)
52typedef unsigned char uint8;
53typedef short int int16;
54typedef unsigned short int uint16;
56typedef unsigned int uint32;
58typedef double float64;
62typedef unsigned __int64 uint64;
64typedef long long int64;
65typedef unsigned long long uint64;
68typedef long long int64;
69typedef unsigned long long uint64;
73#if defined(__sun) || defined(__sgi)
74#define SPATIALBIGENDIAN
80#define MAX_SQL_DEPTH 20
86const float64 gPi = 3.1415926535897932385E0;
87const float64 gPr = gPi / 180.0;
88const float64 gEpsilon = 1.0E-15;
104#if defined(__APPLE__)
108#if defined(__unix__) || defined(__unix)
111#define SpatialWinNT 1
113#pragma warning(disable : 4251)
118#define LINKAGE __declspec(dllexport)
120#define LINKAGE __declspec(dllimport)
126#define IDHIGHBIT 0x8000000000000000LL
127#define IDHIGHBIT2 0x4000000000000000LL
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.