VR-Forces 4.5 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
include
vrvCore
DtFireInteractionState.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/DtSimState.h
>
13
#include <
vrvCore/DtEventView.h
>
14
15
#include <
vrvUtil/templateUtil.h
>
16
17
#include <matrix/vlVector.h>
18
19
namespace
makVrv
20
{
21
class
DtMessage;
22
26
class
DT_DLL_VRVCORE
DtFireInteractionState
:
public
DtSimState
27
{
28
public
:
29
31
DtFireInteractionState
();
32
34
virtual
~
DtFireInteractionState
();
35
36
public
:
37
38
DtVector
myLocation
;
39
DtVector
myVelocity
;
40
double
myRange
;
41
int
myQuantity
;
42
int
myRate
;
43
};
44
46
DT_DLL_VRVCORE
DtMessage
&
operator<<
(
DtMessage
& msg,
const
DtFireInteractionState
& state );
47
49
DT_DLL_VRVCORE
DtMessage
&
operator>>
(
DtMessage
& msg,
DtFireInteractionState
& state );
50
51
EXPORT_TEMPLATE_TYPEDEF
(
DtEventView<DtFireInteractionState>
, DtFireInteractionEventView)
52
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)