14#ifndef OSGVIEWER_SingleScreen
15#define OSGVIEWER_SingleScreen 1
The osgViewer library provides high level viewer functionality designed to make it easier to write a ...
Copy Op(erator) used to control whether shallow or deep copy is used during copy construction and clo...
Definition CopyOp:41
@ SHALLOW_COPY
Definition CopyOp:47
SingleScreen(const SingleScreen &rhs, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY)
Definition SingleScreen:27
META_Object(osgViewer, SingleScreen)
unsigned int _screenNum
Definition SingleScreen:38
SingleScreen(unsigned int screenNum=0)
Definition SingleScreen:26
virtual void configure(osgViewer::View &view) const
configure method that is overridden by Config subclasses.
unsigned int getScreenNum() const
Definition SingleScreen:34
void setScreenNum(unsigned int sn)
Definition SingleScreen:33
ViewConfig()
Definition View:41
View holds a single view on a scene, this view may be composed of one or more slave cameras.
Definition View:76
#define OSGVIEWER_EXPORT
Definition Export:40