VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVertexTacticalGraphicElement.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 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 {
18  class DtVertexEnvironmentalKinematicState;
19 
26  {
27  public:
30 
33 
36 
39 
42  public:
51  virtual void disableShapeElementListenerUpdates();
52 
54  virtual const DtElementEntry::ElementType elementType() const override;
55  static const DtElementEntry::ElementType theElementType();
56 
58  virtual void reportElementCreated() override;
59 
64  virtual void setParentElementId( DtUniqueID parentId );
65  virtual DtUniqueID parentElementId();
67 
69  virtual void visualize( const DtSharedModelSetSettings::ModelSetVisualizedMap& sets ) override;
70 
73  virtual const unsigned int vertexIndex() const;
74  virtual void setVertexIndex( const unsigned int index );
76 
78 
79  virtual DtVertexEnvironmentalKinematicState* findVertexKinematicState() const;
83 
86  virtual DtEnvironmentalKinematicState* createKinState() override;
87 
88  protected:
89  unsigned int myVertexIndex;
92  };
93 
95 }
96 
A single point tactical graphic element. Examples of this would be a way point or a vertex...
Definition: DtPointTacticalGraphicElement.h:20
unsigned int myVertexIndex
Definition: DtVertexTacticalGraphicElement.h:89
Definition: DtVertexEnvironmentalKinematicState.h:19
DtVertexEnvironmentalKinematicState * myVertexKinematicState
Definition: DtVertexTacticalGraphicElement.h:91
Definition: DtElement.h:277
A single vertex tactical graphic element. This element requires its own kinematic state object...
Definition: DtVertexTacticalGraphicElement.h:25
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
DtUniqueID myParentElementId
Definition: DtVertexTacticalGraphicElement.h:90
ElementType
Definition: DtElementEntry.h:26
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
std::map< DtModelSetId, bool > ModelSetVisualizedMap
Definition: DtSharedModelSetSettings.h:28
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:26
Contains makVrv::DtPointTacticalGraphicElement class.
Contains DLL export macros.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)