VR-Forces 4.7 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
MyEntityStateRepInterceptor.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2014 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include "
exampleFomMapper.h
"
13
14
#include <vl/hlaObject.h>
15
#include <vl/entityStateRepository.h>
16
#include <
vrvVrl/DtEntityStateInterceptor.h
>
17
#include <
vrvVrl/DtEntityStateInterceptorCreator.h
>
18
#include <
vrvVrl/DtVrlinkEntityStateListener.h
>
19
#include <
vrvVrl/DtBugFixEntityStateRepository.h
>
20
22
class
DT_DLL_EXAMPLEFOMMAPPER
MyEntityStateRepInterceptor
23
:
public
makVrv::vrvHla13::DtEntityStateInterceptor<makVrv::vrvHla13::DtVrvBugFixEntityStateRepository>
24
{
25
public
:
26
28
virtual
void
setMass(
float
mass );
29
31
virtual
float
mass()
const
;
32
33
public
:
34
36
virtual
DtStateRepository
* clone(
bool
copy =
false
)
const
;
37
38
protected
:
39
40
friend
class
MyEntityStateRepInterceptorCreator
;
41
43
MyEntityStateRepInterceptor
( makVrv::vrvHla13::DtVrlinkEntityStateListener* listener );
44
45
protected
:
46
47
float
myMass
;
48
49
};
50
51
53
class
DT_DLL_EXAMPLEFOMMAPPER
MyEntityStateRepInterceptorCreator
54
:
public
makVrv::vrvHla13::DtEntityStateInterceptorCreator
55
{
56
public
:
57
59
MyEntityStateRepInterceptorCreator
();
60
62
virtual
~
MyEntityStateRepInterceptorCreator
();
63
65
virtual
DtEntityStateRepository
* create(makVrv::vrvHla13::DtVrlinkEntityStateListener* listener);
66
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)