VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
makVrv::DtBeginFrameCallback Class Referenceabstract

An OSG camera predraw callback, can be used as a sync point.

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

Public Member Functions

 DtBeginFrameCallback (DtDe &de, DtVirtualRealityProvider *provider, vrvVirtualReality::DtEye eye)
 
virtual ~DtBeginFrameCallback ()
 
virtual void operator() (osg::RenderInfo &renderInfo) const
 

Protected Member Functions

virtual void implementation (osg::RenderInfo &renderInfo) const =0
 

Protected Attributes

DtVirtualRealityProvidermyProvider
 
vrvVirtualReality::DtEye myEye
 
DtDemyDe
 

Private Member Functions

 DtBeginFrameCallback ()
 
 DtBeginFrameCallback (const DtBeginFrameCallback &orig)
 
DtBeginFrameCallbackoperator= (const DtBeginFrameCallback &)
 

Constructor & Destructor Documentation

makVrv::DtBeginFrameCallback::DtBeginFrameCallback ( )
private

prevent default constructor

makVrv::DtBeginFrameCallback::DtBeginFrameCallback ( const DtBeginFrameCallback orig)
private

prevent copy construction

makVrv::DtBeginFrameCallback::DtBeginFrameCallback ( DtDe de,
DtVirtualRealityProvider provider,
vrvVirtualReality::DtEye  eye 
)

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

virtual makVrv::DtBeginFrameCallback::~DtBeginFrameCallback ( )
virtual

DTOR.

Member Function Documentation

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

prevent assignment

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

the callback function called by OSG

virtual void makVrv::DtBeginFrameCallback::implementation ( osg::RenderInfo &  renderInfo) const
protectedpure virtual

the submit call that the API specific implementation will fill out

Member Data Documentation

DtVirtualRealityProvider* makVrv::DtBeginFrameCallback::myProvider
protected
vrvVirtualReality::DtEye makVrv::DtBeginFrameCallback::myEye
protected
DtDe& makVrv::DtBeginFrameCallback::myDe
protected

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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)