VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions
makVrv::DtGpuArena Class Reference
Inheritance diagram for makVrv::DtGpuArena:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtGpuArena ()
 
virtual void operator() (osg::Object *obj) override
 
virtual void addOneTimeInitOp (DtIndirectGeometry *indirectGeometry)
 
virtual void addPersistentOp (DtGpuOperation *op)
 
virtual void removePersistentOp (DtGpuOperation *op)
 

Public Attributes

friend DtGpuArenaCreator
 

Protected Member Functions

 DtGpuArena (DtDe &de)
 
virtual void update (void)
 

Protected Attributes

DtDemyDe
 
DtThreadCameraStreamDataManagermyTcsDataManager
 
const std::string myName
 
tbb::concurrent_queue
< osg::observer_ptr
< DtIndirectGeometry > > 
myOneTimeInitOps
 
std::list< DtGpuOperation * > myPersistentOperations
 
DtSignalConnectionManager myConnections
 
DtOsgToGlContextTrackermyOsgToGlContextTracker
 
DtIndirectGlTextureObjectManagermyIndirectGlTextureObjectManager
 
DtGlDeleteObjectManagermyGlDeleteObjectManager
 
DtGpuArenaUserDataCreatormyGpuArenaUserDataCreator
 

Private Member Functions

 DtGpuArena ()=delete
 
DtGpuArenaoperator= (const DtGpuArena &rhs)=delete
 
 DtGpuArena (const DtGpuArena &rhs)=delete
 

Constructor & Destructor Documentation

virtual makVrv::DtGpuArena::~DtGpuArena ( )
virtual

destructor

makVrv::DtGpuArena::DtGpuArena ( DtDe de)
protected

constructor

makVrv::DtGpuArena::DtGpuArena ( )
privatedelete

not allowed

makVrv::DtGpuArena::DtGpuArena ( const DtGpuArena rhs)
privatedelete

not allowed

Member Function Documentation

DtGpuArena& makVrv::DtGpuArena::operator= ( const DtGpuArena rhs)
privatedelete

not allowed

virtual void makVrv::DtGpuArena::operator() ( osg::Object *  obj)
overridevirtual

osg override This function is called once per OpenGL context. It can be called from multiple threads simultaneously (e.g. if osg is in ThreadPerContext mode)

virtual void makVrv::DtGpuArena::addOneTimeInitOp ( DtIndirectGeometry indirectGeometry)
virtual

This one can be added from multiple threads.

virtual void makVrv::DtGpuArena::addPersistentOp ( DtGpuOperation op)
virtual

These operations run once per OpenGL context, per frame. This function is not thread safe.

virtual void makVrv::DtGpuArena::removePersistentOp ( DtGpuOperation op)
virtual

These operations run once per OpenGL context, per frame This function is not thread safe.

virtual void makVrv::DtGpuArena::update ( void  )
protectedvirtual

overrides the pre-tick

Member Data Documentation

friend makVrv::DtGpuArena::DtGpuArenaCreator
DtDe& makVrv::DtGpuArena::myDe
protected
DtThreadCameraStreamDataManager& makVrv::DtGpuArena::myTcsDataManager
protected
const std::string makVrv::DtGpuArena::myName
protected
tbb::concurrent_queue< osg::observer_ptr<DtIndirectGeometry> > makVrv::DtGpuArena::myOneTimeInitOps
protected
std::list<DtGpuOperation*> makVrv::DtGpuArena::myPersistentOperations
protected
DtSignalConnectionManager makVrv::DtGpuArena::myConnections
protected
DtOsgToGlContextTracker& makVrv::DtGpuArena::myOsgToGlContextTracker
protected
DtIndirectGlTextureObjectManager& makVrv::DtGpuArena::myIndirectGlTextureObjectManager
protected
DtGlDeleteObjectManager& makVrv::DtGpuArena::myGlDeleteObjectManager
protected
DtGpuArenaUserDataCreator& makVrv::DtGpuArena::myGpuArenaUserDataCreator
protected

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

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)