VR-Forces 5.0.1 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCore
DtPointTacticalGraphicElement.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2021 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
14
#include <
vrvCore/DtTacticalGraphicElement.h
>
15
16
namespace
makVrv
17
{
20
class
DT_DLL_VRVCORE
DtPointTacticalGraphicElement
:
public
DtTacticalGraphicElement
21
{
22
public
:
24
DtPointTacticalGraphicElement
(
DtBaseConnection
& conn,
DtStateListener
& listener );
25
27
virtual
~
DtPointTacticalGraphicElement
();
28
30
DtPointTacticalGraphicElement
() =
delete
;
31
33
DtPointTacticalGraphicElement
(
const
DtPointTacticalGraphicElement
& ) =
delete
;
34
36
DtPointTacticalGraphicElement
& operator=(
const
DtPointTacticalGraphicElement
& ) =
delete
;
37
public
:
39
virtual
const
DtElementEntry::ElementType
elementType()
const override
;
40
static
const
DtElementEntry::ElementType
theElementType();
41
43
virtual
void
visualize(
const
DtSharedModelSetSettings::ModelSetVisualizedMap
& sets )
override
;
44
protected
:
46
virtual
DtEnvironmentalKinematicState
* createKinState( DtSceneObjectAgent* sceneObject,
47
const
int
modelSet )
override
;
48
};
49
50
using
DtPointTacticalGraphicElementCreator
=
DtElementCreatorTemplate<DtPointTacticalGraphicElement>
;
51
}
52
makVrv::DtPointTacticalGraphicElement
A single point tactical graphic element. Examples of this would be a way point or a vertex...
Definition:
DtPointTacticalGraphicElement.h:20
DtTacticalGraphicElement.h
Contains makVrv::DtTacticalGraphicElement class.
makVrv::DtElementCreatorTemplate
Definition:
DtElement.h:268
makVrv::DtBaseConnection
The DtBaseConnection is an abstract class.
Definition:
DtBaseConnection.h:39
makVrv::DtEnvironmentalKinematicState
DtEnvironmentalKinematicState Controls kinematic state of a scene object. This class has no accessors...
Definition:
DtEnvironmentalKinematicState.h:34
DT_DLL_VRVCORE
#define DT_DLL_VRVCORE
Definition:
vrvCore.h:20
makVrv::DtElementEntry::ElementType
ElementType
Definition:
DtElementEntry.h:26
makVrv::DtTacticalGraphicElement
A single tactical graphic element. A tactical graphic element may be visualized using multiple visual...
Definition:
DtTacticalGraphicElement.h:35
makVrv::DtStateListener
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition:
DtStateListener.h:25
makVrv::DtSharedModelSetSettings::ModelSetVisualizedMap
std::map< int, bool > ModelSetVisualizedMap
Definition:
DtSharedModelSetSettings.h:27
vrvCore.h
Contains DLL export macros.
Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)