VR-Forces 5.0.1 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCore
DtSimStateObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#ifndef DtSimStateObject_H_
11
#define DtSimStateObject_H_
12
13
#include <
vrvCore/vrvCore.h
>
14
#include <
vrvCore/DtDe.h
>
15
#include <
vrvCore/DtUniqueID.h
>
16
17
namespace
makVrv
18
{
19
20
struct
DtSimState;
21
class
DtSimEntry;
22
25
class
DT_DLL_VRVCORE
DtSimStateObject
26
{
27
public
:
28
30
DtSimStateObject
(
DtDe
& de,
DtUniqueID
id
);
31
33
virtual
~
DtSimStateObject
();
34
36
virtual
void
addStateToSimEntry(
DtUniqueID
id
);
37
39
virtual
void
removeStateFromSimEntry();
40
43
virtual
void
addStateToSimEvent();
44
48
49
protected
:
50
51
DtDe
&
myDe
;
52
DtUniqueID
mySimEntryId
;
53
DtSimState
*
myState
;
54
DtSimEntry
*
mySimEntry
;
55
56
};
57
58
}
59
60
#endif
61
makVrv::DtSimStateObject::myState
DtSimState * myState
Definition:
DtSimStateObject.h:53
DtDe.h
Contains makVrv::DtDe class.
makVrv::DtSimStateObject::mySimEntry
DtSimEntry * mySimEntry
Definition:
DtSimStateObject.h:54
makVrv::DtSimEntry
A DtSimEntry is a container of DtSimState's and represents the total state of an simulation object...
Definition:
DtSimEntry.h:27
makVrv::DtSimStateObject::myDe
DtDe & myDe
Implement in derived DtSimStateObject's. Copy state into myState. Tell the DtSimEntry that the state ...
Definition:
DtSimStateObject.h:51
DT_DLL_VRVCORE
#define DT_DLL_VRVCORE
Definition:
vrvCore.h:20
makVrv::DtSimStateObject::mySimEntryId
DtUniqueID mySimEntryId
Definition:
DtSimStateObject.h:52
makVrv::DtSimStateObject
A DtSimStateObject is the base class for all simulation state objects.
Definition:
DtSimStateObject.h:25
makVrv::DtSimState
A DtSimState is the base class for all state objects. Derived instances of DtSimState will be created...
Definition:
DtSimState.h:19
DtUniqueID.h
Contains makVrv::DtUniqueID type.
makVrv::DtDe
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
unsigned long long
vrvCore.h
Contains DLL export macros.
Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)