VR-Forces 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
vrfGuiCore
elementAttributeUtilityFunctions.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2018 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
11
12
#pragma once
13
14
#include <
vrfGuiCore/vrfGuiCore.h
>
15
#include <
vrvCore/DtUniqueID.h
>
16
#include <
vrvCore/DtElementIDHierarchyState.h
>
17
#include <
vrfGuiCore/embarkationHierarchyAttributes.h
>
18
#include <
vrvCore/DtElementAttributes.h
>
19
#include <
vrvCore/DtElementEntry.h
>
20
#include <
vrfGuiCore/vrfExtendedElementAttributes.h
>
21
#include <
vrfutil/rwUUID.h
>
22
#include <vlpi/entityType.h>
23
24
namespace
makVrv
25
{
26
class
DtDe;
27
}
28
29
namespace
makVrf
30
{
31
class
DT_DLL_VRFGUICORE
DtElementAttributeUtilityFunctions
32
{
33
public
:
34
35
static
makVrv::DtUniqueID
displayIdFromSimId(
makVrv::DtDe
& de,
const
makVrv::DtUniqueID
&
id
,
makVrv::DtModelSetId
modelSet =
makVrv::DtModelSetId::Unspecified
);
36
static
makVrv::DtElementData::SceneObjectIdList
displayIdsFromSimId(
makVrv::DtDe
& de,
const
makVrv::DtUniqueID
&
id
,
makVrv::DtModelSetId
modelSet =
makVrv::DtModelSetId::Unspecified
);
37
39
static
makVrv::DtUniqueID
simIdFromDisplayId(
makVrv::DtDe
& de,
const
makVrv::DtUniqueID
&
id
);
40
41
static
const
makVrv::DtElementIDHierarchyStateAttribute
* echelonHierarchyState(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
42
static
const
makVrv::DtElementIDHierarchyDisplayStateAttribute
* displayState(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
43
44
static
DtUUID
uuidForObject(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
45
47
static
makVrv::DtElementEntry::ElementType
elementType(
makVrv::DtDe
& de,
makVrv::DtElementID
);
48
50
static
bool
isEchelonChild(
makVrv::DtDe
& de,
makVrv::DtElementID
parent,
makVrv::DtElementID
child,
bool
recurse =
false
);
51
53
static
bool
isClutterEntity(
makVrv::DtDe
& de,
makVrv::DtElementID
parent);
54
55
static
const
DtEmbarkationHierarchyStateAttribute
* embarkationHierarchyState(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
56
57
static
std::string laserDesignatorGlobalId(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
58
60
static
bool
isEmbarkationChild(
makVrv::DtDe
& de,
makVrv::DtElementID
parent,
makVrv::DtElementID
child,
bool
recurse =
false
);
61
63
static
unsigned
int
lasingCode(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
64
66
static
makVrv::DtUniqueID
lasingId(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
67
68
static
bool
isVisible(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
69
70
static
bool
isVrfSimulatedObject(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
71
72
static
bool
isRemotelyAttachedObject(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
73
74
static
DtEntityType entityType(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
75
76
static
bool
aggregateElementCanBeCollapsed(
makVrv::DtDe
&,
makVrv::DtElementID
);
77
79
static
int
forceType(
makVrv::DtDe
& de,
makVrv::DtElementID
id
);
80
};
81
}
DtUUID
UUID is a unique ID wrapper class.
Definition:
uuid.h:59
DtElementIDHierarchyState.h
embarkationHierarchyAttributes.h
makVrv::DtModelSetId::Unspecified
rwUUID.h
Contains the DtUUID class declaration.
DT_DLL_VRFGUICORE
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition:
vrfGuiCore.h:25
makVrv::DtElementID
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition:
DtUniqueID.h:23
vrfGuiCore.h
makVrf::DtElementAttributeUtilityFunctions
Definition:
elementAttributeUtilityFunctions.h:31
makVrv::DtElementData::SceneObjectIdList
std::vector< DtUniqueID > SceneObjectIdList
Public Type Definitions.
Definition:
DtElementData.h:38
makVrv::DtElementEntry::ElementType
ElementType
Definition:
DtElementEntry.h:26
makVrv::DtUniqueID
unsigned long long DtUniqueID
Definition:
DtUniqueID.h:19
vrfExtendedElementAttributes.h
DtElementAttributes.h
Contains makVrv::DtElementAttributes class.
DtUniqueID.h
Contains makVrv::DtUniqueID type.
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition:
DtDe.h:76
makVrv::DtModelSetId
DtModelSetId
Definition:
DtModelSetEnums.h:19
makVrv::DtUniqueElementAttribute
Definition:
DtUniqueElementAttribute.h:81
DtElementEntry.h
Contains makVrv::DtElementEntry class.
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)