![]() |
VR-Forces 4.8 Class Documentation
|
An OSG camera callback that will submit the channel to the underlying VR system as an overlay channel. More...

Public Member Functions | |
| DtSubmitViewCallback (DtDe &de, DtVirtualRealityPostProcessor &pp, DtVirtualRealityDriver &driver, vrvVirtualReality::DtEye eye) | |
| CTOR takes the post processor, eye to submit for and the VR driver. More... | |
| virtual | ~DtSubmitViewCallback () |
| DTOR. More... | |
| bool | isInitialized () const |
| virtual void | operator() (osg::RenderInfo &renderInfo) const |
| the callback function called by OSG More... | |
Protected Member Functions | |
| virtual void | submit (osg::RenderInfo &renderInfo) const =0 |
| the submit call that the API specific implementation will fill out More... | |
Protected Attributes | |
| DtVirtualRealityPostProcessor & | myProcessor |
| DtVirtualRealityDriver & | myDriver |
| vrvVirtualReality::DtEye | myEye |
| bool | myIsInitialized |
| DtBlitOsgToGlTexture * | myMutableBlitTexture |
| this is mutable because it needs to be created during the operator() callback which is a const function. More... | |
| DtDe & | myDe |
Private Member Functions | |
| DtSubmitViewCallback () | |
| prevent default constructor More... | |
| DtSubmitViewCallback (const DtSubmitViewCallback &orig) | |
| prevent copy construction More... | |
| DtSubmitViewCallback & | operator= (const DtSubmitViewCallback &) |
| prevent assignment More... | |
An OSG camera callback that will submit the channel to the underlying VR system as an overlay channel.
|
private |
prevent default constructor
|
private |
prevent copy construction
| makVrv::DtSubmitViewCallback::DtSubmitViewCallback | ( | DtDe & | de, |
| DtVirtualRealityPostProcessor & | pp, | ||
| DtVirtualRealityDriver & | driver, | ||
| vrvVirtualReality::DtEye | eye | ||
| ) |
CTOR takes the post processor, eye to submit for and the VR driver.
|
virtual |
DTOR.
|
private |
prevent assignment
| bool makVrv::DtSubmitViewCallback::isInitialized | ( | ) | const |
|
virtual |
the callback function called by OSG
|
protectedpure virtual |
the submit call that the API specific implementation will fill out
Implemented in makVrv::DtSubmitVarjoViewCallback, makVrv::DtSubmitDesktopViewCallback, makVrv::DtSubmitOculusViewCallback, and makVrv::DtSubmitOpenVRViewCallback.
|
protected |
|
protected |
|
protected |
|
protected |
|
mutableprotected |
this is mutable because it needs to be created during the operator() callback which is a const function.
This is not private since this is an abstract class and the derived implementations may need to use this.
|
protected |