Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
osgwTools::AbsoluteModelTransformSets the model part of the OpenGL modelview matrix
osgwQuery::AddQueriesAdd cull-time callbacks to a scene graph to support the Guthe algorithm
osgwTools::BasicGeodeReducableCallbackCallback to select highest LOD child
osgwTools::CameraConfigInfoA chunk of info for configuring a single slave camera, as found in osgViewer::View
osgwTools::CameraConfigObjectA chunk of information for configuring a viewer
osgwQuery::CameraResetCallbackResets the Guthe screen coverage CscrOi value for each Camera as a post-draw callback
osgwMx::CameraUpdateCallbackA Camera update callback that modifies both the view and projection matrices
osgwTools::CollapseLODRemoves LOD Nodes from a scene graph
osgwTools::CompositeDrawCallbackSupport for multiple Camera draw callbacks
osgwTools::DecimatorOp::ContinueDecimationCallbackApplication control mechanism to continue or halt decimation
osgwTools::ShortEdgeOp::ContinueDecimationCallbackApplication control mechanism to continue or halt decimation
osgwTools::CountStateSetsVisitor to count StateSet objects and optionally removes empty StateSet objects
osgwTools::CountsVisitorAccumulate information about a scene graph
osgwTools::DecimationTestModel
osgwTools::DecimatorOpAn osgUtil::Simplifier-like geometry reduction tool capable of removing edge vertices
osgwTools::FindNamedNodeFinds all Nodes with the given name
osgwTools::ForceFlattenTransformsForce flattening of all transforms
osgwMx::FunctionalMapMaps an unsigned int to a particular function
osgwTools::GeodeReducableCallbackCallback to decide which Geodes to store
osgwTools::GeometryModifierConvenience NodeVisitor to support finding and performing operations on osg::Geometry objects
osgwTools::GeometryOperationBase class for performing operations on osg::Geometry objects in collaboration with the GeometryModifier class
osgwTools::HighestLODChildSelectorCallbackCallback to select highest LOD child
osgwQuery::InitCallbackA Camera pre-draw callback to gather Guthe benchmark values
KeyHandler
osgwTools::LoadNodeThread
osgwTools::LoadObjectThread
osgwTools::LODCreationNodeVisitorA node visitor for creating LOD nodes to replace Geodes with simplified geometry at user-supplied levels of detail and pixel size constraints
osgwMx::MxCoreA GUI-independent class for maintaining view and projection matrix parameters
osgwMx::MxEventHandlerAn osgGA interface to the MxCore. This class receives events from the osgGA event queue and passes them to an instance of the MxCore, which is responsible for maintaining view and projection parameters
osgwMx::MxGamePadA base class to support various GamePad SDKs
osgwMx::MxGamePadDXA DirectInput implementation of the MxGamePad class
osgwMx::MxSpaceBallA base class to support various SpaceBall SDKs
osgwMx::MxSpaceBallVRPNA DirectInput implementation of the MxSpaceBall class
osgwTools::NodeDataStores node data and is a basic element of the IndexedNodePath container
osgwTools::NodeSelectorCallbackCallback to decide which LOD child to retain
osgwTools::ParallelVisitorSimultaneously walks two scene graphs and executes a callback if Nodes are not identical
osgwTools::ParallelVisitor::ParallelVisitorCallbackCallback executed if isMatch(nodeA,nodeB) returns False
osgwTools::ProtectTransparencyVisitorFinds StateSets with nominal transparency and marks the transparent state as PROTECTED
osgwQuery::QueryAPIA conveniece wrapper class for OpenGL query API entry points
osgwQuery::QueryBenchmarksOpenGL occlusion query benchmarks used in Guthe algorithm
osgwQuery::QueryComputationA support struct for the Guthe occlusion query algorithm
osgwQuery::QueryCullCallbackMake a cull-time traverse/no-traverse decision based on Guthe algorithm criteria in the QueryComputation class
osgwQuery::QueryDrawCallbackA draw-time callback that wraps begin/end query calls around the drawImplementation
osgwQuery::QueryObjectA conveniece wrapper class for OpenGL query objects
osgwQuery::QueryStatsOn-screen display of Guthe statistics regarding the query status of a given node
osgwQuery::QueryStatsHandlerAn event handler that toggles QueryStats active accumulation with the 'a' key
osgwTools::QuotedStringA class to enclose a string in double quotes, preserving any double quotes that exist in the string
ReaderWriterSkeletonRuns the RemoveData visitor on the scene graph before exporting it
osgwTools::ReducerOpReduces geometry by removing vertices without adding new vertices
osgwTools::RefIDA reference counter string-based identifier
osgwTools::RemoveDataRemoves specified data from the scene graph In v1.1.52, this visitor supports deleting empty StateSets. This task was formerly performed by the (deprecated) CountStateSets visitor
osgwTools::RemoveLODFinds LOD Nodes and collapses them to have only one child (the highest LOD)
osgwTools::RemoveProgramVisitor strips osg::Program objects and osg::Uniform objects from scene graph StateSet objects
osgwQuery::RemoveQueriesRemove the effects of an AddQueries visitor
osgwTools::RestoreOpacityVisitorRecursively restores opacity on a subgraph
osgwTools::ScreenCaptureA Camera post-draw callback to read the rendered image from the current OpenGL read buffer and write the image data to an image file
osgwTools::ShortEdgeOpA geometry reduction tool capable of removing edge vertices based on a maximum edge length expressed as a percentage of the smallest model bounding box dimension
osgwTools::SimplifierOpA geometry reduction wrapper around the osgUtil::Simplifier
osgwControls::SliderControlA 3D slider device
osgwTools::TangentSpaceOpRuns the osgUtil::TangentSpaceGenerator on all Geometry objects
osgwTools::UniqifierEliminates multiparenting by turning shared nodes into unique nodes