FlightGear next
groundnetwork.cxx File Reference
#include <config.h>
#include <algorithm>
#include <cmath>
#include <fstream>
#include <iterator>
#include <map>
#include <simgear/scene/util/OsgMath.hxx>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/SGGeometryFwd.hxx>
#include <simgear/math/SGIntersect.hxx>
#include <simgear/math/SGLineSegment.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/timing/timestamp.hxx>
#include <Airports/airport.hxx>
#include <Airports/runways.hxx>
#include <Scenery/scenery.hxx>
#include "groundnetwork.hxx"

Go to the source code of this file.

Classes

class  ShortestPathData
 

Functions

static int edgePenalty (FGTaxiNode *tn)
 

Function Documentation

◆ edgePenalty()

static int edgePenalty ( FGTaxiNode * tn)
static

Definition at line 423 of file groundnetwork.cxx.