OpenSceneGraph
3.4.0
|
Base class for View configurations for setting up Camera and Windowing. More...
Public Member Functions | |
ViewConfig () | |
ViewConfig (const ViewConfig &rhs, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
META_Object (osgViewer, ViewConfig) | |
virtual void | configure (osgViewer::View &) const |
configure method that is overridden by Config subclasses. | |
virtual osg::DisplaySettings * | getActiveDisplaySetting (osgViewer::View &view) const |
convenience method for getting the relavent display settings to use. |
Base class for View configurations for setting up Camera and Windowing.
osgViewer::ViewConfig::ViewConfig | ( | ) | [inline] |
osgViewer::ViewConfig::ViewConfig | ( | const ViewConfig & | rhs, |
const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
) | [inline] |
virtual void osgViewer::ViewConfig::configure | ( | osgViewer::View & | ) | const [inline, virtual] |
configure method that is overridden by Config subclasses.
Reimplemented in osgViewer::WoWVxDisplay, osgViewer::PanoramicSphericalDisplay, osgViewer::SphericalDisplay, osgViewer::SingleWindow, osgViewer::SingleScreen, and osgViewer::AcrossAllScreens.
virtual osg::DisplaySettings* osgViewer::ViewConfig::getActiveDisplaySetting | ( | osgViewer::View & | view | ) | const [virtual] |
convenience method for getting the relavent display settings to use.
osgViewer::ViewConfig::META_Object | ( | osgViewer | , |
ViewConfig | |||
) |
![]() | Generated at Tue Dec 8 2015 00:16:51 for the OpenSceneGraph by doxygen 1.7.6.1. |