VR-Forces 4.10 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
precompiledHeaders
vrfutilPCH.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
precompiledHeaders/boostCommon.h
>
4
5
#include <assert.h>
6
#include <cctype>
7
#include <conio.h>
8
#include <direct.h>
9
#include <list>
10
#include <math.h>
11
#include <memory.h>
12
#include <numeric>
13
#include <set>
14
#include <stdio.h>
15
#include <tchar.h>
16
17
//MakTerrainToolkit includes
18
#include <
gdb/specificationManager.h
>
19
#include <
geometry/bvIntersector.h
>
20
#include <
geometry/chord.h
>
21
#include <
geometry/chordUtilities.h
>
22
#include <
geometry/chordIntersectionRecord.h
>
23
#include <
geometry/chordIntersectRecordList.h
>
24
#include <
geometry/sphere.h
>
25
#include <
makSettingsManager/settingsManager.h
>
26
#include <
makSettingsManager/settingsObject.h
>
27
#include <
makSettingsManager/settingsObjectFactory.h
>
28
#include <
tdbutil/filenameUtilities.h
>
29
#include <
tdbutil/mathUtilities.h
>
30
#include <
readerWriter/symbolString.h
>
31
#include <
tdbutil/tdbUnits.h
>
32
#include <
tdbutil/unitFormatter.h
>
33
#include <
terrainCS/coordSystem.h
>
34
35
//MakVrfVrlinkExtToolkit includes
36
#include <
vrfExtObjects/vrfWeatherStateEnums.h
>
37
#include <
vrfExtProtocol/environmentalUtils.h
>
38
#include <
vrfExtProtocol/simInterfaceContent.h
>
39
#include <
vrfExtProtocol/messageTypes.h
>
40
#include <
vrfExtProtocol/objectType.h
>
41
#include <
vrfExtProtocol/objectTypeEnums.h
>
42
#include <
vrfExtProtocol/rangedObjectType.h
>
43
44
//VR-Link includes
45
#include <libxml/parser.h>
46
#include <libxml/xmlmemory.h>
47
#include <libxml/xmlreader.h>
48
#include <matrix/3dBoundingVolume.h>
49
#include <matrix/geodeticCoord.h>
50
#include <matrix/LibMatrix.h>
51
#include <matrix/topoCoord.h>
52
#include <matrix/utmCoord.h>
53
#include <matrix/vlDcm.h>
54
#include <matrix/vlMath.h>
55
#include <matrix/vlQuaternion.h>
56
#include <matrix/vlTaitBryan.h>
57
#include <matrix/vlVector.h>
58
#include <mtl/environment.h>
59
#include <mtl/envObject.h>
60
#include <mtl/envXmlReader.h>
61
#include <mtl/envXmlWriter.h>
62
#include <mtl/mtlEnvironment.h>
63
#include <mtl/mtl.h>
64
#include <mtl/mtlstream.h>
65
#include <vlpi/appearance.h>
66
#include <vlpi/disEnums.h>
67
#include <vlpi/entityIdentifierHashKey.h>
68
#include <vlpi/entityIdentifier.h>
69
#include <vlpi/entityType.h>
70
#include <vlpi/simulationAddress.h>
71
#include <vlutil/topoGeocTran.h>
72
#include <vlutil/vlConfig.h>
73
#include <vlutil/vlDir.h>
74
#include <vlutil/vlFile.h>
75
#include <vlutil/vlFilename.h>
76
#include <vlutil/vlInetAddr.h>
77
#include <vlutil/vlInetFileTransport.h>
78
#include <vlutil/vlInetSocketMgr.h>
79
#include <vlutil/vlInetTcpSocket.h>
80
#include <vlutil/vlStringUtil.h>
81
#include <vlutil/vlTime.h>
82
#include <vlutil/vlUtil.h>
83
#include <vl/hostStructs.h>
84
#include <vl/topoView.h>
85
86
//Threading Building Blocks includes
87
#include <tbb/concurrent_hash_map.h>
88
#include <tbb/spin_mutex.h>
89
#include <tbb/spin_rw_mutex.h>
90
#include <tbb/task.h>
91
#include <tbb/tick_count.h>
92
#include <tbb/tbb_thread.h>
93
#include <tbb/mutex.h>
94
#include <tbb/compat/condition_variable>
boostCommon.h
filenameUtilities.h
unitFormatter.h
messageTypes.h
tdbUnits.h
vrfWeatherStateEnums.h
simInterfaceContent.h
specificationManager.h
rangedObjectType.h
chordIntersectRecordList.h
coordSystem.h
bvIntersector.h
chordUtilities.h
sphere.h
settingsObjectFactory.h
mathUtilities.h
objectTypeEnums.h
chord.h
A DtChord is a finite line segment in 3-space, represented by two points.
objectType.h
settingsManager.h
symbolString.h
settingsObject.h
chordIntersectionRecord.h
environmentalUtils.h
Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)