VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)