SimGear Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
_TRctx
ATTRIBUTE
attribute_id
binding
block
Block
CelestialBody
CGlPrinter
char_traits< charT >
char_traits< char >
CodeGenerator
CompareIndicesComparator class for sorting by index
Context
culledCloud
DEFAULT_ATTRIBUTE
DTD
element_info
ELEMENT_TYPE
encoding
ENTITY
ExpatAtts
fgtz_rule
Frame
GlBitmap
Globals
gzfilebufA C++ I/O streams interface to the zlib gz* functions
gzifstream_baseDocument me
HASH_TABLE
HASH_TABLE_ITER
HashNode
HashRec
INIT_ENCODING
Jupiter
Leaf
leap
Lexeme
osgSim::LightPointDrawable
osgSim::LightPointDrawable::ColorPosition
osgSim::LightPointSpriteDrawable
logbufLogbuf is an output-only streambuf with the ability to disable sets of messages at runtime
loglevelLogstream manipulator for setting the log level of a message
logstreamClass to manage the debug logging stream
logstream_baseA helper class that ensures a streambuf and ostream are constructed and destroyed in the correct order
lt_tree_seg
Mars
Mercury
MoonPos
my_destination_mgr
MyVisitor
naCCode
naCFuncItem
naCode
naFunc
naGhost
naGhostType
naHash
naIOGhost
naIOType
NAMED
naObj
naPool
naPtr
naSem
naStr
naVec
Neptune
normal_encoding
open_internal_entity
pair
Parser
PathComponentA component in a path
Pluto
point2dSimple 2d point class where members can be accessed as x, dist, or lon and y, theta, or lat
Point3D3D Point class
position
precedence
prefix
prolog_state
PropsVisitor
RenderTexture
SampleHistogram
SampleStatistic
Saturn
sg_errorAn unexpected fatal error
sg_exceptionBase class for all SimGear exceptions
sg_format_exceptionA format-related SimGear exception
sg_gzifstreamAn envelope class for gzifstream
sg_io_exceptionAn I/O-related SimGear exception
sg_locationInformation encapsulating a single location in an external resource
sg_range_exceptionA range-related SimGear exception
sg_throwableAbstract base class for all throwables
SGAlphaTestAnimationAn "animation" to enable the alpha test
SGAndConditionCondition for an 'and' group
SGAnimationAbstract base class for all animations
SGBbCacheBillboard helper class
SGBillboardAnimationAnimation to turn and face the screen
SGBinObjectA class to manipulate the simgear 3d object format
SGBlendAnimationAnimation to blend an object
SGBlockingQueue< T >A guarded queue blocks threads trying to retrieve items when none are available
SGBucketA class to manage world scenery tiling
SGCallbackAbstract base class for all callbacks
SGCloudFieldA layer of 3D clouds
SGCloudLayerA class layer to model a single cloud layer
SGCommandMgrManage commands
SGComparisonConditionAbstract base class for property comparison conditions
SGConditionAn encoded condition
SGConditionalBase class for a conditional components
SGConditionalRenderCallback and userData class for conditional rendering
SGCustomTransform
SGDistScaleAnimationAn animation that compute a scale according to the distance from a point and the viewer
SGDummyBSphereEntitySsgEntity with a dummy bounding sphere, to fool culling
SGEnviroVisual environment helper class
SGEphemerisEphemeris class
SGEventMgr
SGFileA file I/O class based on SGIOChannel
SGFlashAnimationAn "animation" that compute a scale according to the angle between an axis and the view direction
SGFunctionCallback< Fun >Callback for invoking a file scope function
SGGeocClass representing a geocentric location
SGGeoCoord
SGGeoCoordContainer
SGGeodClass representing a geodetic location
SGGeodesy
SGGuard< SGLOCK >A scoped locking utility
SGInterpolator
SGInterpTableA class that provids a simple linear 2d interpolation lookup table
SGIOChannelThe SGIOChannel base class provides a consistent method for applications to communication through various mediums
SGLeafUserDataUser data for populating leaves when they come in range
SGLightningA class to render lightnings
SGLimits< T >Helper class for epsilon and so on This is the possible place to hook in for machines not providing numeric_limits
SGLoaderOptions
SGLocation
SGLockedQueue< T, SGLOCK >A simple thread safe queue
SGMagVarMagnetic variation wrapper class
SGMaterialA material in the scene graph
SGMaterial::_internal_state
SGMaterialAnimationAn "animation" to modify material properties
SGMaterialGlyph
SGMaterialLib
SGMaterialUserData
SGMatModelA randomly-placeable object
SGMatModelGroupA collection of related objects with the same visual range
SGMatrix< T >3D Matrix Class
SGMetar
SGMetarCloud
SGMetarRunway
SGMetarVisibility
SGMethodCallback< ObjPtr, MemFn >Callback for invoking a member function
SGMisc< T >
SGModelDataAbstract class for adding data to the scene graph
SGModelLibClass for loading and managing models with XML wrappers
SGModelPlacementA wrapper for a model with a definite placement
SGMoon
SGMutexA mutex is used to protect a section of code such that at any time only a single thread can execute the code
SGNewCloud3D cloud class
SGNotConditionCondition for a 'not' operator
SGNullAnimationA no-op animation
SGOrConditionCondition for an 'or' group
SGPathA class to hide path separator difference across platforms and assist in managing file system path names
SGPersonalityBranch
SGPersonalityParameter< T >
SGPropertyChangeListenerThe property change listener interface
SGPropertyConditionCondition for a single property
SGPropertyNodeA node in a property tree
SGPropertyNode::hash_table::bucketA bucket in a hash table
SGPropertyNode::hash_table::entryAn entry in a bucket in a hash table
SGPthreadCondA condition variable is a synchronization device that allows threads to suspend execution until some predicate on shared data is satisfied
SGQuat< T >3D Vector Class
SGQueue< T >SGQueue defines an interface for a FIFO
SGRangeAnimationA range, or level-of-detail (LOD) animation
SGRawValue< T >Abstract base class for a raw value
SGRawValueFunctions< T >A value managed through static functions
SGRawValueFunctionsIndexed< T >An indexed value bound to static functions
SGRawValueMethods< C, T >A value managed through an object and access methods
SGRawValueMethodsIndexed< C, T >An indexed value managed through an object and access methods
SGRawValuePointer< T >A raw value bound to a pointer
SGReferencedBase class for all reference counted SimGear objects Classes derived from this one are meant to be managed with the SGSharedPtr class
SGRotateAnimationAnimation to rotate an object around a center point
SGRouteA class to manage a list of waypoints (i.e
SGScaleAnimationAnimation to scale an object
SGSelectAnimationAnimation to select alternative versions of the same object
SGSerialA serial I/O class based on SGIOChannel
SGSerialPortA class to encapsulate low level serial port IO
SGShaderAnimation+ * An "animation" that replace fixed opengl pipeline by shaders +
SGShadowAnimationAn animation to tell wich objects don't cast shadows
SGShadowVolumeA class wich add shadows in a postprocess stage
SGShadowVolume::ShadowCaster::triData
SGSharedPtr< T >This class is a pointer proxy doing reference counting on the object it is pointing to
sgSimpleBuffer
SGSkyA class to model a realistic (time/date/position) based sky
SGSkyColor
SGSkyDome
SGSkyState
SGSocketA socket I/O class based on SGIOChannel
SGSocketUDPA UDP socket I/O class based on SGIOChannel and plib/net
SGSoundMgrManage a collection of SGSoundSample instances
SGSoundSampleManages everything we need to know for an individual sound sample
SGSpinAnimationAnimation to spin an object around a center point
SGStarData
SGStars
SGSubsystemBasic interface for all FlightGear subsystems
SGSubsystemGroupA group of FlightGear subsystems
SGSubsystemMgrManage subsystems for FlightGear
SGSun
SGTabbedValues
SGTexMultipleAnimationClasses for handling multiple types of Texture translations on one object
SGTexRotateAnimationAnimation to rotate texture mappings around a center point
SGTexTranslateAnimationAnimation to slide texture mappings along an axis
SGTextureA class to encapsulate all the info surrounding an OpenGL texture and also query various info and load various file formats
SGTexture::_ImageRec
SGThreadEncapsulate generic threading methods
SGTimeA class to calculate and manage a variety of time parameters
SGTimedAnimationAnimation to draw objects for a specific amount of time each
SGTimer
SGTimerQueue
SGTimeStampAllows you to mark and compare time stamps with microsecond accuracy (if your system has support for this level of accuracy
SGTimeZoneSGTimeZone is derived from geocoord, and stores the timezone centerpoint, as well as the countrycode and the timezone descriptor
SGTimeZoneContainerSGTimeZoneContainer is derived from SGGeoCoordContainer, and has some added functionality
SGTranslateAnimationAnimation to slide along an axis
SGTriUserDataUser data for populating triangles when they come in range
SGVASIUserData
SGVec3< T >3D Vector Class
SGVec4< T >4D Vector Class
SGWayPointA class to manage waypoints
SGWxRadarEchoSimulate some echo on a weather radar
SGXmlSoundClass for handling one sound event
SGXmlSound::_snd_prop
Shader
Shader::Parameter
SortData
SortRec
ssgAxisTransform
ssgBase
ssgBaseTransform
ssgBranch
ssgColourArray
ssgContext
ssgCutout
ssgEntity
ssgEntityArray
ssgEntityBinding
ssgHit
ssgIndexArray
ssgInterleavedArray
ssgInterleavedArrayElement
ssgInvisible
ssgKidList
ssgLeaf
ssgLight
ssgList
ssgLoaderOptions
ssgNormalArray
ssgPlacementTransform
ssgRangeSelector
ssgRoot
ssgSelector
ssgSharedPtr< T >This class is a pointer proxy doing reference counting on the object it is pointing to
ssgSimpleList
ssgSimpleState
ssgSimpleStateArray
ssgState
ssgStateSelector
ssgStatistics
ssgTexCoordArray
ssgTexTrans
ssgTexture
ssgTextureArray
ssgTextureInfo
ssgTimedSelector
ssgTransform
ssgTransformArray
ssgTween
ssgTweenController
ssgVertexArray
ssgVTable
ssgVtxArray
ssgVtxTable
Star
StopWatchA high resolutions timing class
STRING_POOL
Stuff
tag
TAG_NAME
TcpClient
TcpServer
Test
ThreadData
TimingInfo
Token
TransNegRef< T >Class to distinguish between a matrix and the matrix with a transposed rotational part and a negated translational part
trJpgFactory
ttinfo
tzhead
tzstring_head
unknown_encoding
Uranus
VasiLightPointNode
VasiSector
VecRec
Venus
XML_Encoding
XMLAttributesInterface for XML attributes
XMLAttributesDefaultDefault mutable attributes implementation
XMLVisitorVisitor class for an XML document

Generated on Mon Dec 17 09:30:56 2007 for SimGear by  doxygen 1.5.1