VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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>
20 #include <vrfutil/rwUUID.h>
21 #include <vlpi/entityType.h>
22 
23 namespace makVrv
24 {
25  class DtDe;
26 }
27 
28 namespace makVrf
29 {
31  {
32  public:
33 
36 
38  static makVrv::DtUniqueID simIdFromDisplayId(makVrv::DtDe& de, const makVrv::DtUniqueID& id);
39 
40  static const makVrv::DtElementIDHierarchyStateAttribute* echelonHierarchyState(makVrv::DtDe& de, makVrv::DtElementID id);
42 
43  static DtUUID uuidForObject(makVrv::DtDe& de, makVrv::DtElementID id);
44 
46  static bool isEchelonChild(makVrv::DtDe& de, makVrv::DtElementID parent, makVrv::DtElementID child, bool recurse = false);
47 
49  static bool isClutterEntity(makVrv::DtDe& de, makVrv::DtElementID parent);
50 
51  static const DtEmbarkationHierarchyStateAttribute* embarkationHierarchyState(makVrv::DtDe& de, makVrv::DtElementID id);
52 
54  static bool isEmbarkationChild(makVrv::DtDe& de, makVrv::DtElementID parent, makVrv::DtElementID child, bool recurse = false);
55 
57  static unsigned int lasingCode(makVrv::DtDe& de, makVrv::DtElementID id);
58 
60  static makVrv::DtUniqueID lasingId(makVrv::DtDe& de, makVrv::DtElementID id);
61 
62  static bool isVisible(makVrv::DtDe& de, makVrv::DtElementID id);
63 
64  static bool isVrfSimulatedObject(makVrv::DtDe& de, makVrv::DtElementID id);
65 
66  static bool isRemotelyAttachedObject(makVrv::DtDe& de, makVrv::DtElementID id);
67 
68  static DtEntityType entityType(makVrv::DtDe& de, makVrv::DtElementID id);
69 
70  static bool aggregateElementCanBeCollapsed(makVrv::DtDe&, makVrv::DtElementID);
71 
73  static int forceType(makVrv::DtDe& de, makVrv::DtElementID id);
74  };
75 }
UUID is a unique ID wrapper class.
Definition: uuid.h:59
Contains the DtUUID class declaration.
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
Definition: elementAttributeUtilityFunctions.h:30
std::vector< DtUniqueID > SceneObjectIdList
Public Type Definitions.
Definition: DtElementData.h:38
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains makVrv::DtElementAttributes class.
Contains makVrv::DtUniqueID type.
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:72
DtModelSetId
Definition: DtModelSetEnums.h:19
Definition: DtUniqueElementAttribute.h:81

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)