FlightGear next
|
#include <functional>
#include <string>
#include <osg/Referenced>
#include <osg/Camera>
#include <osg/GraphicsThread>
#include <osg/ref_ptr>
#include <simgear/structure/SGAtomic.hxx>
Go to the source code of this file.
Classes | |
class | flightgear::GraphicsWindow |
A window with a graphics context and an integer ID. More... | |
class | flightgear::GraphicsContextOperation |
An operation that is run once with a particular GraphicsContext current. More... | |
class | flightgear::WindowSystemAdapter |
Adapter from windows system / graphics context management API to functions used by flightgear. More... | |
Namespaces | |
namespace | osg |
namespace | flightgear |
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
Typedefs | |
typedef std::vector< osg::ref_ptr< GraphicsWindow > > | flightgear::WindowVector |