VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes
makVrv::DtSubmitViewCallback Class Reference

An OSG camera callback that will submit the channel to the underlying VR system as an overlay channel. More...

Inheritance diagram for makVrv::DtSubmitViewCallback:
Inheritance graph
[legend]

Public Member Functions

 DtSubmitViewCallback (DtVirtualRealityPostProcessor &pp, DtVirtualRealityDriver &driver, int eye)
 CTOR takes the post processor, eye to submit for and the VR driver.
virtual ~DtSubmitViewCallback ()
 DTOR.
virtual void operator() (osg::RenderInfo &renderInfo) const
 the callback function called by OSG

Protected Attributes

DtVirtualRealityPostProcessormyProcessor
DtVirtualRealityDrivermyDriver
int myEye

Private Member Functions

 DtSubmitViewCallback ()
 prevent default constructor
 DtSubmitViewCallback (const DtSubmitViewCallback &orig)
 prevent copy construction
DtSubmitViewCallbackoperator= (const DtSubmitViewCallback &)
 prevent assignment

Private Attributes

DtBlitOsgToGlTexturemyMutableBlitTexture
 this is mutable because it needs to be created during the operator() callback which is a const function.

Detailed Description

An OSG camera callback that will submit the channel to the underlying VR system as an overlay channel.

Constructor & Destructor Documentation

makVrv::DtSubmitViewCallback::DtSubmitViewCallback ( )
private

prevent default constructor

makVrv::DtSubmitViewCallback::DtSubmitViewCallback ( const DtSubmitViewCallback orig)
private

prevent copy construction

makVrv::DtSubmitViewCallback::DtSubmitViewCallback ( DtVirtualRealityPostProcessor pp,
DtVirtualRealityDriver driver,
int  eye 
)

CTOR takes the post processor, eye to submit for and the VR driver.

virtual makVrv::DtSubmitViewCallback::~DtSubmitViewCallback ( )
virtual

DTOR.

Member Function Documentation

DtSubmitViewCallback& makVrv::DtSubmitViewCallback::operator= ( const DtSubmitViewCallback )
private

prevent assignment

virtual void makVrv::DtSubmitViewCallback::operator() ( osg::RenderInfo &  renderInfo) const
virtual

the callback function called by OSG

Member Data Documentation

DtVirtualRealityPostProcessor& makVrv::DtSubmitViewCallback::myProcessor
protected
DtVirtualRealityDriver& makVrv::DtSubmitViewCallback::myDriver
protected
int makVrv::DtSubmitViewCallback::myEye
protected
DtBlitOsgToGlTexture* makVrv::DtSubmitViewCallback::myMutableBlitTexture
mutableprivate

this is mutable because it needs to be created during the operator() callback which is a const function.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)