VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtWeaponFireElementProcessor.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 <vrvVrl/vrvVrl.h>
16 
17 #include <vl/fireInteraction.h>
18 
19 #ifndef DT_PROTOCOL_NAMESPACE
20 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
21 #endif
22 
23 namespace makVrv
24 {
25  namespace DT_PROTOCOL_NAMESPACE
26  {
27  class DtVrlinkConnection;
28 
32  {
33  public:
35 
36  virtual ~DtWeaponFireVisualizerSet();
37 
38  public:
39  virtual void visualize(const DtUnicode& visDefName, int modelSet);
40  virtual void setLocation(const DtVector&);
41 
42  protected:
44  };
45 
48  {
49  public:
50 
53  static void registerInstance(DtVrlinkConnection& conn,
55 
57  static DtWeaponFireElementProcessor* findInstance(DtVrlinkConnection& conn);
58 
61 
64 
66  void processInteraction(const DtFireInteraction& fireInteraction );
67 
68  protected:
69 
70  const DtUnicode& chooseModelDefinition(
71  const std::vector<DtUnicode>& definitions);
72 
73  protected:
75  };
76  }
77 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)