VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
27  {
28  public:
29 
32 
34  virtual ~DtFireInteractionState();
35 
36  public:
37 
40  double myRange;
42  int myRate;
43  };
44 
47 
50 
52 }
int myRate
Definition: DtFireInteractionState.h:42
The IGI Message.
Definition: DtMessage.h:33
Contains utility macros and methods for templates.
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(DtMessage &msg, const makVrf::DtNetworkMessageAgentInterface &)
Contains makVrv::DtEventView class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
double myRange
Definition: DtFireInteractionState.h:40
int myQuantity
Definition: DtFireInteractionState.h:41
DtVector myVelocity
Definition: DtFireInteractionState.h:39
This is the protocol independent state of a fire interaction.
Definition: DtFireInteractionState.h:26
A DtSimState is the base class for all state objects.
Definition: DtSimState.h:22
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(DtMessage &msg, makVrf::DtNetworkMessageAgentInterface &)
Contains makVrv::DtSimState class.
DtVector myLocation
Definition: DtFireInteractionState.h:38
A DtEventView is a the interface to event state information.
Definition: DtEventView.h:87
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:139

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)