VR-Forces 5.0.3 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
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 <
terrainCS/coordSystem.h
>
33
34
//MakVrfVrlinkExtToolkit includes
35
#include <
vrfExtObjects/vrfWeatherStateEnums.h
>
36
#include <
vrfExtProtocol/environmentalUtils.h
>
37
#include <
vrfExtProtocol/simInterfaceContent.h
>
38
#include <
vrfExtProtocol/messageTypes.h
>
39
#include <
vrfExtProtocol/objectType.h
>
40
#include <
vrfExtProtocol/objectTypeEnums.h
>
41
#include <
vrfExtProtocol/rangedObjectType.h
>
42
43
//VR-Link includes
44
#include <libxml/parser.h>
45
#include <libxml/xmlmemory.h>
46
#include <libxml/xmlreader.h>
47
#include <matrix/3dBoundingVolume.h>
48
#include <matrix/geodeticCoord.h>
49
#include <matrix/LibMatrix.h>
50
#include <matrix/topoCoord.h>
51
#include <matrix/utmCoord.h>
52
#include <matrix/vlDcm.h>
53
#include <matrix/vlMath.h>
54
#include <matrix/vlQuaternion.h>
55
#include <matrix/vlTaitBryan.h>
56
#include <matrix/vlVector.h>
57
#include <mtl/environment.h>
58
#include <mtl/envObject.h>
59
#include <mtl/envXmlReader.h>
60
#include <mtl/envXmlWriter.h>
61
#include <mtl/mtlEnvironment.h>
62
#include <mtl/mtl.h>
63
#include <mtl/mtlstream.h>
64
#include <vlpi/appearance.h>
65
#include <vlpi/disEnums.h>
66
#include <vlpi/entityIdentifierHashKey.h>
67
#include <vlpi/entityIdentifier.h>
68
#include <vlpi/entityType.h>
69
#include <vlpi/simulationAddress.h>
70
#include <vlutil/topoGeocTran.h>
71
#include <vlutil/vlConfig.h>
72
#include <vlutil/vlDir.h>
73
#include <vlutil/vlFile.h>
74
#include <vlutil/vlFilename.h>
75
#include <vlutil/vlInetAddr.h>
76
#include <vlutil/vlInetFileTransport.h>
77
#include <vlutil/vlInetSocketMgr.h>
78
#include <vlutil/vlInetTcpSocket.h>
79
#include <vlutil/vlStringUtil.h>
80
#include <vlutil/vlTime.h>
81
#include <vlutil/vlUtil.h>
82
83
//Threading Building Blocks includes
84
#include <tbb/concurrent_hash_map.h>
85
#include <tbb/spin_mutex.h>
86
#include <tbb/spin_rw_mutex.h>
87
#include <tbb/task.h>
88
#include <tbb/tick_count.h>
89
#include <tbb/tbb_thread.h>
90
#include <tbb/mutex.h>
91
#include <tbb/compat/condition_variable>
boostCommon.h
filenameUtilities.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. Data derived from the two e...
objectType.h
settingsManager.h
symbolString.h
settingsObject.h
chordIntersectionRecord.h
environmentalUtils.h
Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)