VR-Forces 4.10 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCore
DtEntityStateObject.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 DtEntityStateObject_H_
11
#define DtEntityStateObject_H_
12
13
#include <
vrvCore/vrvCore.h
>
14
#include <
vrvCore/DtSimStateObject.h
>
15
#include <
vrvCore/DtEntityState.h
>
16
#include <
vrvCore/DtSimEntry.h
>
17
18
namespace
makVrv
19
{
20
25
class
DT_DLL_VRVCORE
DtEntityStateObject
:
public
DtSimStateObject
26
{
27
28
public
:
29
31
DtEntityStateObject
(
DtDe
& de,
DtUniqueID
id
);
32
34
virtual
~
DtEntityStateObject
();
35
38
void
setState(
DtVrlinkSimulatedEntityState
& state);
39
40
protected
:
41
DtVrlinkSimulatedEntityState
*
myEntityState
;
42
};
43
}
44
45
#endif
46
makVrv::DtEntityStateObject::myEntityState
DtVrlinkSimulatedEntityState * myEntityState
Definition:
DtEntityStateObject.h:41
makVrv::DtVrlinkSimulatedEntityState
Definition:
DtEntityState.h:60
DtSimEntry.h
Contains makVrv::DtSimEntry class.
DT_DLL_VRVCORE
#define DT_DLL_VRVCORE
Definition:
vrvCore.h:20
DtEntityState.h
Contains makVrv::DtEntityState class.
makVrv::DtUniqueID
unsigned long long DtUniqueID
Definition:
DtUniqueID.h:19
DtSimStateObject.h
Contains makVrv::DtSimStateObject class.
makVrv::DtSimStateObject
A DtSimStateObject is the base class for all simulation state objects.
Definition:
DtSimStateObject.h:25
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application.
Definition:
DtDe.h:69
makVrv::DtEntityStateObject
This creates the DtEntityState and adds it to a DtSimEntry.
Definition:
DtEntityStateObject.h:25
vrvCore.h
Contains DLL export macros.
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
)