VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPointTacticalGraphicElement.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 
15 
16 namespace makVrv
17 {
21  {
22  public:
25 
28 
31 
34 
37  public:
39  virtual const DtElementEntry::ElementType elementType() const override;
40  static const DtElementEntry::ElementType theElementType();
41  protected:
43  virtual DtEnvironmentalKinematicState* createKinState( ) override;
44  };
45 
47 }
48 
A single point tactical graphic element. Examples of this would be a way point or a vertex...
Definition: DtPointTacticalGraphicElement.h:20
Contains makVrv::DtTacticalGraphicElement class.
Definition: DtElement.h:277
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
DtEnvironmentalKinematicState Controls kinematic state of a scene object. This class has no accessors...
Definition: DtEnvironmentalKinematicState.h:34
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
ElementType
Definition: DtElementEntry.h:26
A single tactical graphic element. A tactical graphic element may be visualized using multiple visual...
Definition: DtTacticalGraphicElement.h:33
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:26
Contains DLL export macros.

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)