VR-Forces 4.1.1 Class Documentation
DtVrlinkEntityImageSymbolVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvVrl/vrvVrl.h>
14 
15 #ifndef DT_PROTOCOL_NAMESPACE
16 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
17 #endif
18 
19 namespace makVrv
20 {
21  namespace DT_PROTOCOL_NAMESPACE
22  {
24 
29  {
30  public:
31 
33  DtStateListener& listener, int modelSet);
34 
36 
37  virtual const DtStateVisualizer::TypeInfo& typeInfo() const
38  {
39  return theTypeInfo();
40  }
41 
43  static const DtStateVisualizer::TypeInfo& theTypeInfo()
44  {
46  }
47 
49  virtual void createModelAgents();
50 
52  virtual void setRotateToHeading(bool);
53 
55  virtual void rotateSymbolToHeading(const DtTaitBryan&);
56 
57  protected:
58 
60  virtual void damageSet(unsigned int);
61 
63  virtual void forceSet(int);
64 
66  virtual void setState( int stateNumber, int stateValue );
67 
68  protected:
70 
73 
76  };
77 
81 
82  }
83 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)