#include <math.h>
#include "Global.h"
#include "Point2D.h"
#include "Angle.h"
#include "StringSection.h"
#include "MemoryChecker.h"
#include "DoubleMatrix.h"
#include "CoreApplication.h"
Namespaces | |
namespace | QGpCoreTools |
Defines | |
#define | DRAD 1.7453292e-2 |
#define | DRLT 9.9330647e-1 |
#define | E_FLAT 298.26 |
#define | E_RAD 6378.163 |
Functions | |
QTextStream & | QGpCoreTools::operator<< (QTextStream &s, const Point2D &p) |
QDataStream & | QGpCoreTools::operator<< (QDataStream &s, const Point2D &p) |
QTextStream & | QGpCoreTools::operator<< (QTextStream &s, const QList< Point2D > &plist) |
QTextStream & | QGpCoreTools::operator>> (QTextStream &s, Point2D &p) |
QDataStream & | QGpCoreTools::operator>> (QDataStream &s, Point2D &p) |
QTextStream & | QGpCoreTools::operator>> (QTextStream &s, QList< Point2D > &plist) |
uint | QGpCoreTools::qHash (Point2D key) |
#define DRAD 1.7453292e-2 |
#define DRLT 9.9330647e-1 |
#define E_FLAT 298.26 |
#define E_RAD 6378.163 |