FlightGear next
RoutePath Class Reference

#include <routePath.hxx>

Classes

class  RoutePathPrivate
 

Public Member Functions

 RoutePath (const flightgear::FlightPlan *fp)
 
 ~RoutePath ()
 
 RoutePath (const RoutePath &other)
 
RoutePathoperator= (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
 

Detailed Description

Definition at line 39 of file routePath.hxx.

Constructor & Destructor Documentation

◆ RoutePath() [1/2]

RoutePath::RoutePath ( const flightgear::FlightPlan * fp)

Definition at line 869 of file routePath.cxx.

◆ ~RoutePath()

RoutePath::~RoutePath ( )

Definition at line 897 of file routePath.cxx.

◆ RoutePath() [2/2]

RoutePath::RoutePath ( const RoutePath & other)

Definition at line 886 of file routePath.cxx.

Member Function Documentation

◆ distanceBetweenIndices()

double RoutePath::distanceBetweenIndices ( int from,
int to ) const

Definition at line 1205 of file routePath.cxx.

◆ distanceForIndex()

double RoutePath::distanceForIndex ( int index) const

Definition at line 1195 of file routePath.cxx.

◆ operator=()

RoutePath & RoutePath::operator= ( const RoutePath & other)

Definition at line 891 of file routePath.cxx.

◆ pathForIndex()

SGGeodVec RoutePath::pathForIndex ( int index) const

Definition at line 953 of file routePath.cxx.

◆ positionForDistanceFrom()

SGGeod RoutePath::positionForDistanceFrom ( int index,
double distanceM ) const

Definition at line 1219 of file routePath.cxx.

◆ positionForIndex()

SGGeod RoutePath::positionForIndex ( int index) const

Definition at line 1051 of file routePath.cxx.

◆ trackForIndex()

double RoutePath::trackForIndex ( int index) const

Definition at line 1178 of file routePath.cxx.


The documentation for this class was generated from the following files: