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
precompiledHeaders
vrfobjcorePCH.h
Go to the documentation of this file.
1
#include <assert.h>
2
#include <list>
3
#include <math.h>
4
#include <set>
5
6
#include <
precompiledHeaders/boostCommon.h
>
7
8
//MakTerrainToolkit includes
9
#include <
gdb/extentInitializer.h
>
10
#include <
gdb/extentReader.h
>
11
#include <
gdb/networkEdge.h
>
12
#include <
gdb/networkElement.h
>
13
#include <
gdb/networkNode.h
>
14
#include <
gdb/networkSegment.h
>
15
#include <
gdb/specification.h
>
16
#include <
gdb/specificationManager.h
>
17
#include <
gdb/specificationStringAttribute.h
>
18
#include <
gdb/terrainDatabase.h
>
19
#include <
gdb/vectorNetwork.h
>
20
#include <
gdb/vectorNetworkRecord.h
>
21
#include <
gdb/vectorNetworkIntersectionRecord.h
>
22
#include <
geometry/bvIntersector.h
>
23
#include <
geometry/chord.h
>
24
#include <
geometry/chordIntersectionRecord.h
>
25
#include <
geometry/constants.h
>
26
#include <
geometry/geometricUtilities.h
>
27
#include <
geometry/intersectionRecord.h
>
28
#include <
geometry/chordIntersectRecordList.h
>
29
#include <
geometry/point.h
>
30
#include <
geometry/spatialSubdivision.h
>
31
#include <
geometry/sphere.h
>
32
#include <
geometry/ssAccumulationFunctor.h
>
33
#include <
geometry/ssChordIntersector.h
>
34
#include <
geometry/ssExtentIntersector.h
>
35
#include <
geometry/ssFunctor.h
>
36
#include <
geometry/ssInsertionFunctor.h
>
37
#include <
geometry/surface.h
>
38
#include <
geometry/extent.h
>
39
#include <
makSettingsManager/boolSetting.h
>
40
#include <
makSettingsManager/settingsManager.h
>
41
#include <
makSettingsManager/settingsObject.h
>
42
#include <
makSettingsManager/settingsObjectFactory.h
>
43
#include <
tdbutil/filenameUtilities.h
>
44
#include <
tdbutil/mathUtilities.h
>
45
#include <
tdbutil/stringKeyFactory.h
>
46
#include <
readerWriter/symbolString.h
>
47
#include <
tdbutil/tdbUnits.h
>
48
#include <
terrainCS/coordSystem.h
>
49
#include <
terrainCS/geodeticCS.h
>
50
#include <
terrainDbFactory/terrainDbFactory.h
>
51
52
//MakVrfVrlinkExt includes
53
#include <
vrfExtProtocol/disEnumsExtensions.h
>
54
#include <
vrfExtProtocol/environmentalUtils.h
>
55
#include <
vrfExtProtocol/simInterfaceContent.h
>
56
#include <
vrfExtProtocol/ifVrfObjectData.h
>
57
#include <
vrfExtProtocol/ifVrfObjectDeleted.h
>
58
#include <
vrfExtProtocol/messageTypes.h
>
59
#include <
vrfExtProtocol/rangeItem.h
>
60
61
//VR-Link includes
62
#include <cmdLine/cmdStdOutput.h>
63
#include <libxml/parser.h>
64
#include <libxml/xmlmemory.h>
65
#include <libxml/xmlreader.h>
66
#include <matrix/3dBoundingVolume.h>
67
#include <matrix/geodeticCoord.h>
68
#include <matrix/LibMatrix.h>
69
#include <matrix/topoCoord.h>
70
#include <matrix/vlDcm.h>
71
#include <matrix/vlMath.h>
72
#include <matrix/vlTaitBryan.h>
73
#include <matrix/vlVector.h>
74
#include <mtl/environment.h>
75
#include <mtl/envValue.h>
76
#include <mtl/envXmlWriter.h>
77
#include <mtl/mtlEnvironment.h>
78
#include <mtl/mtl.h>
79
#include <mtl/mtlstream.h>
80
#include <vlpi/appearance.h>
81
#include <vlpi/artPartSpec.h>
82
#include <vlpi/articulatedPart.h>
83
#include <vlpi/disEnums.h>
84
#include <vlpi/entityIdentifierHashKey.h>
85
#include <vlpi/entityIdentifier.h>
86
#include <vlpi/entityType.h>
87
#include <vlpi/entityTypes.h>
88
#include <vlpi/netStructs.h>
89
#include <vlpi/simulationAddress.h>
90
#include <vlpi/thresholder.h>
91
#include <vlutil/vlConfig.h>
92
#include <vlutil/vlFile.h>
93
#include <vlutil/vlHashlist.h>
94
#include <vlutil/vlInetAddr.h>
95
#include <vlutil/vlMachineTypes.h>
96
#include <vlutil/vlShmPool.h>
97
#include <vlutil/vlStringUtil.h>
98
#include <vlutil/vlUtil.h>
99
100
//Threading Building Blocks includes
101
#include <tbb/concurrent_hash_map.h>
102
#include <tbb/mutex.h>
103
#include <tbb/spin_mutex.h>
104
#include <tbb/spin_rw_mutex.h>
105
#include <tbb/task.h>
106
#include <tbb/tick_count.h>
107
109
#include <
vrfStateData/stateData.h
>
110
#include <
vrfStateData/vrfGeometryStateComponent.h
>
111
#include <
vrfStateData/vrfStateComponent.h
>
112
#include <
vrfStateData/locationStateComponent.h
>
113
#include <
vrfStateData/entityStateComponent.h
>
ifVrfObjectDeleted.h
vrfGeometryStateComponent.h
extentReader.h
specificationStringAttribute.h
boostCommon.h
vectorNetworkIntersectionRecord.h
vectorNetworkRecord.h
filenameUtilities.h
ssExtentIntersector.h
ssInsertionFunctor.h
vectorNetwork.h
rangeItem.h
messageTypes.h
networkSegment.h
constants.h
extentInitializer.h
point.h
tdbUnits.h
networkElement.h
The DtNetworkElement is the base member for nodes, segments, and edges. This class presents the inter...
networkNode.h
simInterfaceContent.h
specificationManager.h
chordIntersectRecordList.h
coordSystem.h
bvIntersector.h
geometricUtilities.h
specification.h
networkEdge.h
sphere.h
settingsObjectFactory.h
locationStateComponent.h
mathUtilities.h
stringKeyFactory.h
Factory templates DtStringKeyFactory and DtStringKeyFactoryWithParam.
ssFunctor.h
intersectionRecord.h
ssChordIntersector.h
surface.h
chord.h
A DtChord is a finite line segment in 3-space, represented by two points. Data derived from the two e...
extent.h
Contains the declaration of the DtExtent class.
geodeticCS.h
spatialSubdivision.h
settingsManager.h
terrainDatabase.h
ifVrfObjectData.h
symbolString.h
vrfStateComponent.h
settingsObject.h
stateData.h
entityStateComponent.h
terrainDbFactory.h
boolSetting.h
chordIntersectionRecord.h
disEnumsExtensions.h
ssAccumulationFunctor.h
environmentalUtils.h
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
)