VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
examples
exampleFomMapper
MyEntityStateRep.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
6
#include "
exampleFomMapper.h
"
7
#include <vl/entitySR.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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)