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
vrfLuaPCH.h
Go to the documentation of this file.
1
#include <assert.h>
2
#include <deque>
3
#include <list>
4
#include <math.h>
5
#include <set>
6
7
//MakTerrainToolkit includes
8
#include <
gdb/specificationManager.h
>
9
#include <
gdb/vectorNetworkRecord.h
>
10
#include <
gdb/vectorNetworkIntersectionRecord.h
>
11
#include <
geometry/chord.h
>
12
#include <
geometry/intersectionRecord.h
>
13
#include <
geometry/chordIntersectRecordList.h
>
14
#include <
geometry/point.h
>
15
#include <
geometry/sphere.h
>
16
#include <
geometry/surface.h
>
17
#include <
geometry/extent.h
>
18
#include <
tdbutil/mathUtilities.h
>
19
#include <
tdbutil/stringKeyFactory.h
>
20
#include <
readerWriter/symbolString.h
>
21
#include <
tdbutil/tdbUnits.h
>
22
#include <
terrainCS/coordSystem.h
>
23
24
//MakVrfVrlinkExtToolkit includes
25
#include <
vrfExtProtocol/simInterfaceContent.h
>
26
#include <
vrfExtProtocol/messageTypes.h
>
27
28
//VR-Link includes
29
#include <matrix/3dBoundingVolume.h>
30
#include <matrix/geodeticCoord.h>
31
#include <matrix/LibMatrix.h>
32
#include <matrix/vlDcm.h>
33
#include <matrix/vlTaitBryan.h>
34
#include <matrix/vlVector.h>
35
#include <mtl/environment.h>
36
#include <mtl/envValue.h>
37
#include <mtl/mtlEnvironment.h>
38
#include <mtl/mtl.h>
39
#include <vlpi/appearance.h>
40
#include <vlpi/artPartSpec.h>
41
#include <vlpi/disEnums.h>
42
#include <vlpi/entityIdentifier.h>
43
#include <vlpi/entityType.h>
44
#include <vlpi/netStructs.h>
45
#include <vlpi/simulationAddress.h>
46
#include <vlpi/thresholder.h>
47
#include <vlutil/vlConfig.h>
48
#include <vlutil/vlFile.h>
49
#include <vlutil/vlFilename.h>
50
#include <vlutil/vlInetAddr.h>
51
#include <vlutil/vlScopedLock.h>
52
#include <vlutil/vlShmPool.h>
53
#include <vlutil/vlString.h>
54
#include <vlutil/vlStringUtil.h>
55
#include <vlutil/vlTime.h>
56
57
//Threading Building Blocks includes
58
#include <tbb/concurrent_hash_map.h>
59
#include <tbb/mutex.h>
60
#include <tbb/spin_mutex.h>
61
#include <tbb/spin_rw_mutex.h>
62
#include <tbb/task.h>
63
64
//Boost includes
65
#include <boost/algorithm/string.hpp>
66
#include <boost/cast.hpp>
67
#include <boost/exception/all.hpp>
68
#include <boost/format.hpp>
69
#include <boost/function.hpp>
70
#include <boost/graph/adjacency_list.hpp>
71
#include <boost/graph/graph_traits.hpp>
72
#include <boost/graph/properties.hpp>
73
#include <boost/lexical_cast.hpp>
74
#include <boost/logic/tribool.hpp>
75
#include <boost/math/special_functions/fpclassify.hpp>
76
#include <boost/noncopyable.hpp>
77
#include <boost/ptr_container/ptr_map.hpp>
78
#include <boost/scoped_ptr.hpp>
79
#include <boost/scope_exit.hpp>
80
#include <boost/serialization/list.hpp>
81
#include <boost/serialization/map.hpp>
82
#include <boost/serialization/string.hpp>
83
#include <boost/serialization/vector.hpp>
84
#include <boost/tokenizer.hpp>
85
#include <boost/tuple/tuple.hpp>
86
#include <boost/unordered/unordered_set.hpp>
87
#include <boost/utility.hpp>
88
#include <boost/variant.hpp>
89
#include <boost/weak_ptr.hpp>
vectorNetworkIntersectionRecord.h
vectorNetworkRecord.h
messageTypes.h
point.h
tdbUnits.h
simInterfaceContent.h
specificationManager.h
chordIntersectRecordList.h
coordSystem.h
sphere.h
mathUtilities.h
stringKeyFactory.h
Factory templates DtStringKeyFactory and DtStringKeyFactoryWithParam.
intersectionRecord.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.
symbolString.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
)