VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTacticalGraphicVertexVisualizerSet.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 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 
22  namespace DT_PROTOCOL_NAMESPACE
23  {
24 
25  class DtVrlinkConnection;
26  class DtVrlinkTacticalGraphicStateListener;
27 
35  {
36  public:
37 
41  int modelSet, DtUniqueID parentId );
42 
45 
47  virtual void setHeightAboveTerrainLineVisible(bool);
48 
50  virtual void setSelected(bool);
51 
53  virtual void setHeightAboveTerrainLineEnabled(bool);
54 
56  virtual void setHeightAboveTerrainLineMode(
58 
59  protected:
60 
61  virtual void updateHatLine();
62 
63  protected:
64 
69 
70  };
71 
72  }
73 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)