14#ifndef OSGUTIL_DISPLAYREQUIREMENTSVISITOR
15#define OSGUTIL_DISPLAYREQUIREMENTSVISITOR 1
The osgUtil library provides general purpose utility classes such as update, cull and draw traverses,...
Definition NodeVisitor:25
DisplaySettings class for encapsulating what visuals are required and have been set up,...
Definition DisplaySettings:34
Base class for all internal nodes in the scene graph.
Definition Node:72
Visitor for type safe operations on osg::Nodes.
Definition NodeVisitor:82
Smart pointer for handling referenced counted objects.
Definition ref_ptr:32
Stores a set of modes and attributes which represent a set of OpenGL state.
Definition StateSet:46
osg::ref_ptr< osg::DisplaySettings > _ds
Definition DisplayRequirementsVisitor:53
const osg::DisplaySettings * getDisplaySettings() const
Get the DisplaySettings.
Definition DisplayRequirementsVisitor:45
virtual void applyStateSet(osg::StateSet &stateset)
DisplayRequirementsVisitor()
Default to traversing all children, and requiresDoubleBuffer, requiresRGB and requiresDepthBuffer to ...
META_NodeVisitor(osgUtil, DisplayRequirementsVisitor) inline void setDisplaySettings(osg
Set the DisplaySettings.
Definition DisplayRequirementsVisitor:39
virtual void apply(osg::Node &node)
#define OSGUTIL_EXPORT
Definition Export:40