VR-Forces 4.10 Class Documentation
 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.
Definition: DtSimData.h:31
Contains makVrv::DtElementData class.
The element data is all the information about all elements in the scene.
Definition: DtElementData.h:29
#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.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)