Stride Reference Manual  1.0
GeoCoordinate.h File Reference
#include <iostream>
Include dependency graph for GeoCoordinate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  stride::util::GeoCoordinate
 

Namespaces

 stride
 Time Dependent Person DataType.
 
 stride::util
 Utilities for the project.
 

Macros

#define PI   3.14159265
 

Functions

bool stride::util::operator== (const GeoCoordinate &coord1, const GeoCoordinate &coord2)
 
bool stride::util::operator< (const GeoCoordinate &coord1, const GeoCoordinate &coord2)
 
std::ostream & stride::util::operator<< (std::ostream &os, const GeoCoordinate &g)
 

Macro Definition Documentation

#define PI   3.14159265

Definition at line 8 of file GeoCoordinate.h.