VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtInstanceManagerTboUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright(c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <osg/OperationThread>
13 #include <vrvCore/DtDe.h>
15 #include <vrvOsg/vrvOsg.h>
16 namespace osg
17 {
18  class Object;
19 }
20 
21 namespace makVrv
22 {
23  class DtInstanceManager;
24 
27  class DT_DLL_VRVOSG DtInstanceManagerTboUpdater : public osg::Operation
28  {
29  protected:
32 
35 
36  public:
38  virtual ~DtInstanceManagerTboUpdater();
39 
40  private:
47 
48  public:
49 
51  virtual void operator () (osg::Object * sv);
52 
53  private:
56  };
57 
60  {
61  public:
64 
67 
68  private:
73 
74  public:
76  static DtInstanceManagerTboUpdaterCreator& instance(DtDe& de);
77 
79  static void registerInstance(DtDe& de,
81 
84 
85  protected:
87  };
88 
89 }
90 
91 
Virtual base class.
Definition: DtVirtualBaseClass.h:22
DtInstanceManager & myInstanceManager
Definition: DtInstanceManagerTboUpdater.h:54
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
makVrv::DtDe & myDe
Definition: DtInstanceManagerTboUpdater.h:55
Contains makVrv::DtDe class.
Manages data for instanced rendering system and kicks off DtInstanceProcessors to update instance sta...
Definition: DtInstanceManager.h:75
DtDe & myDe
Definition: DtInstanceManagerTboUpdater.h:86
creator class for DtInstanceManagerTboUpdater
Definition: DtInstanceManagerTboUpdater.h:59
DtInstanceManagerTboUpdater.
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
responsible for updating the TBO in the main thread
Definition: DtInstanceManagerTboUpdater.h:27

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)