VR-Forces 4.6 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
examples
exampleFomMapper
MyEntityStateRep.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
6
#include "
exampleFomMapper.h
"
7
#include <vl/entityStateRepository.h>
8
#include <
vrvVrl/DtEntityStateRepositoryCreator.h
>
9
15
class
DT_DLL_EXAMPLEFOMMAPPER
MyEntityStateRep
:
public
DtEntityStateRepository
16
{
17
public
:
18
20
virtual
void
setMass(
float
mass);
21
23
virtual
float
mass()
const
;
24
26
virtual
void
printData()
const
;
27
29
virtual
DtStateRepository
* clone(
bool
copy =
false
)
const
;
30
31
protected
:
32
33
float
myMass
;
34
};
35
38
class
DT_DLL_EXAMPLEFOMMAPPER
MyEntityStateRepCreator
39
:
public
makVrv::vrvHla13::DtEntityStateRepositoryCreator
40
{
41
public
:
43
virtual
DtEntityStateRepository
* create();
44
};
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)