VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDataBank.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtSimData.h>
13 #include <vrvCore/DtElementData.h>
14 
15 namespace makVrv
16 {
21  {
22  public:
24  DtDataBank(DtDe& de);
25 
27  ~DtDataBank();
28 
29  private:
30  DtDataBank(const DtDataBank&);
31  DtDataBank& operator=(const DtDataBank&);
32 
33  public:
34 
37  DtSimData& simData();
38 
42  DtElementData& elementData();
43 
44  private:
48  };
49 }
50 
DtSimData mySimData
Definition: DtDataBank.h:45
Contains makVrv::DtSimData class.
The DtSimData is the repository for simulation specific, read only data. The DtSimData has a map of D...
Definition: DtSimData.h:31
Contains makVrv::DtElementData class.
The element data is all the information about all elements in the scene.
Definition: DtElementData.h:30
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtDe & myDe
Definition: DtDataBank.h:47
DtElementData myElementData
Definition: DtDataBank.h:46
DtDataBank is the repository for common element data and simulation-specific state data...
Definition: DtDataBank.h:20
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70

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)