#include <cstdio>
#include <cstdlib>
#include <cassert>
#include <limits>
#include <cmath>
#include <iostream>
#include <vector>
#include <map>
#include <string>
Go to the source code of this file.
Typedefs |
typedef long long | int64 |
typedef unsigned char | uByte |
Macro Definition Documentation
Global constant used to make pure virtual functions readable.
#define LONG_INT long long |
#define LONG_INT_F "%lld" |
Typedef Documentation
Sun defines long as int ... this defines long long as a true long (int64).
typedef unsigned char uByte |
Variable Documentation
const double EARTH_RAD = 6371.0 |
Earth average radius in km.
const double NA_VALUE = -999999.0 |
Default constant for 'Not Available'.