kstars
#include <cstdlib>

Go to the source code of this file.
Macros | |
| #define | HTMMAXBIT 14 |
| #define | HTMMAXDEPTH 25 |
| #define | HTMMAXKEEP 12 |
| #define | HTMNAMEMAX 32 |
| #define | IDHIGHBIT 0x8000000000000000LL |
| #define | IDHIGHBIT2 0x4000000000000000LL |
| #define | IDSIZE 64 |
| #define | MAX_SQL_DEPTH 20 |
Typedefs | |
| typedef float | float32 |
| typedef double | float64 |
| typedef short int | int16 |
| typedef int | int32 |
| typedef long long | int64 |
| typedef char | int8 |
| typedef unsigned short int | uint16 |
| typedef unsigned int | uint32 |
| typedef unsigned long long | uint64 |
| typedef unsigned char | uint8 |
Variables | |
| const float64 | gEpsilon = 1.0E-15 |
| const float64 | gPi = 3.1415926535897932385E0 |
| const float64 | gPr = gPi/180.0 |
Macro Definition Documentation
| #define HTMMAXBIT 14 |
Definition at line 82 of file SpatialGeneral.h.
| #define HTMMAXDEPTH 25 |
Definition at line 79 of file SpatialGeneral.h.
| #define HTMMAXKEEP 12 |
Definition at line 81 of file SpatialGeneral.h.
| #define HTMNAMEMAX 32 |
Definition at line 78 of file SpatialGeneral.h.
| #define IDHIGHBIT 0x8000000000000000LL |
Definition at line 126 of file SpatialGeneral.h.
| #define IDHIGHBIT2 0x4000000000000000LL |
Definition at line 127 of file SpatialGeneral.h.
| #define IDSIZE 64 |
Definition at line 77 of file SpatialGeneral.h.
| #define MAX_SQL_DEPTH 20 |
Definition at line 80 of file SpatialGeneral.h.
Typedef Documentation
| typedef float float32 |
Definition at line 57 of file SpatialGeneral.h.
| typedef double float64 |
Definition at line 58 of file SpatialGeneral.h.
| typedef short int int16 |
Definition at line 53 of file SpatialGeneral.h.
| typedef int int32 |
Definition at line 55 of file SpatialGeneral.h.
| typedef long long int64 |
Definition at line 68 of file SpatialGeneral.h.
| typedef char int8 |
Definition at line 51 of file SpatialGeneral.h.
| typedef unsigned short int uint16 |
Definition at line 54 of file SpatialGeneral.h.
| typedef unsigned int uint32 |
Definition at line 56 of file SpatialGeneral.h.
| typedef unsigned long long uint64 |
Definition at line 69 of file SpatialGeneral.h.
| typedef unsigned char uint8 |
Definition at line 52 of file SpatialGeneral.h.
Variable Documentation
| const float64 gEpsilon = 1.0E-15 |
Definition at line 88 of file SpatialGeneral.h.
| const float64 gPi = 3.1415926535897932385E0 |
Definition at line 86 of file SpatialGeneral.h.
Definition at line 87 of file SpatialGeneral.h.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference