FlightGear next
|
#include <vector>
#include <simgear/sg_inlines.h>
#include <simgear/structure/SGSharedPtr.hxx>
#include <simgear/math/SGMath.hxx>
#include <simgear/math/SGBox.hxx>
#include <simgear/math/SGGeometryFwd.hxx>
Go to the source code of this file.
Classes | |
class | flightgear::PolyLine |
class | flightgear::PolyLine::TypeFilter |
Namespaces | |
namespace | flightgear |
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
Typedefs | |
typedef std::vector< SGGeod > | flightgear::SGGeodVec |
typedef SGSharedPtr< PolyLine > | flightgear::PolyLineRef |
typedef std::vector< PolyLineRef > | flightgear::PolyLineList |