|
FlightGear next
|
#include <routePath.hxx>
Classes | |
| class | RoutePathPrivate |
Public Member Functions | |
| RoutePath (const flightgear::FlightPlan *fp) | |
| ~RoutePath () | |
| RoutePath (const RoutePath &other) | |
| RoutePath & | operator= (const RoutePath &other) |
| flightgear::SGGeodVec | pathForIndex (int index) const |
| SGGeod | positionForIndex (int index) const |
| SGGeod | positionForDistanceFrom (int index, double distanceM) const |
| double | trackForIndex (int index) const |
| double | distanceForIndex (int index) const |
| double | distanceBetweenIndices (int from, int to) const |
Definition at line 39 of file routePath.hxx.
| RoutePath::RoutePath | ( | const flightgear::FlightPlan * | fp | ) |
Definition at line 869 of file routePath.cxx.
| RoutePath::~RoutePath | ( | ) |
Definition at line 897 of file routePath.cxx.
| RoutePath::RoutePath | ( | const RoutePath & | other | ) |
Definition at line 886 of file routePath.cxx.
| double RoutePath::distanceBetweenIndices | ( | int | from, |
| int | to ) const |
Definition at line 1205 of file routePath.cxx.
| double RoutePath::distanceForIndex | ( | int | index | ) | const |
Definition at line 1195 of file routePath.cxx.
Definition at line 891 of file routePath.cxx.
| SGGeodVec RoutePath::pathForIndex | ( | int | index | ) | const |
Definition at line 953 of file routePath.cxx.
| SGGeod RoutePath::positionForDistanceFrom | ( | int | index, |
| double | distanceM ) const |
Definition at line 1219 of file routePath.cxx.
| SGGeod RoutePath::positionForIndex | ( | int | index | ) | const |
Definition at line 1051 of file routePath.cxx.
| double RoutePath::trackForIndex | ( | int | index | ) | const |
Definition at line 1178 of file routePath.cxx.