FlightGear next
FGPavement::NodeBase Struct Reference

#include <pavement.hxx>

Inherits SGReferenced.

Inherited by FGPavement::BezierNode, and FGPavement::SimpleNode.

Public Member Functions

virtual ~NodeBase ()
 

Public Attributes

SGGeod mPos
 
bool mClose
 
bool mLoop
 
int mPaintCode
 
int mLightCode
 

Detailed Description

Definition at line 23 of file pavement.hxx.

Constructor & Destructor Documentation

◆ ~NodeBase()

virtual FGPavement::NodeBase::~NodeBase ( )
inlinevirtual

Definition at line 29 of file pavement.hxx.

Member Data Documentation

◆ mClose

bool FGPavement::NodeBase::mClose

Definition at line 25 of file pavement.hxx.

◆ mLightCode

int FGPavement::NodeBase::mLightCode

Definition at line 28 of file pavement.hxx.

◆ mLoop

bool FGPavement::NodeBase::mLoop

Definition at line 26 of file pavement.hxx.

◆ mPaintCode

int FGPavement::NodeBase::mPaintCode

Definition at line 27 of file pavement.hxx.

◆ mPos

SGGeod FGPavement::NodeBase::mPos

Definition at line 24 of file pavement.hxx.


The documentation for this struct was generated from the following file: