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
vrfplanmgrPCH.h
Go to the documentation of this file.
1
#include <assert.h>
2
#include <list>
3
#include <math.h>
4
#include <set>
5
6
//MakTerrainToolkit includes
7
#include <
geometry/chord.h
>
8
#include <
geometry/intersectionRecord.h
>
9
#include <
geometry/point.h
>
10
#include <
geometry/surface.h
>
11
#include <
geometry/extent.h
>
12
#include <
tdbutil/mathUtilities.h
>
13
#include <
readerWriter/symbolString.h
>
14
#include <
tdbutil/tdbUnits.h
>
15
16
//VRF VR-Link Extensions includes
17
#include <
vrfExtObjects/vrfWeatherStateEnums.h
>
18
#include <
vrfExtProtocol/simInterfaceContent.h
>
19
#include <
vrfExtProtocol/messageTypes.h
>
20
#include <
vrfExtProtocol/objectType.h
>
21
#include <
vrfExtProtocol/objectTypeEnums.h
>
22
#include <
vrfExtProtocol/rangedObjectType.h
>
23
#include <
vrfExtProtocol/rangeItem.h
>
24
25
//VR-Link includes
26
#include <matrix/3dBoundingVolume.h>
27
#include <matrix/coordTransform.h>
28
#include <matrix/geodeticCoord.h>
29
#include <matrix/LibMatrix.h>
30
#include <matrix/vlDcm.h>
31
#include <matrix/vlTaitBryan.h>
32
#include <matrix/vlVector.h>
33
#include <mtl/environment.h>
34
#include <mtl/envValue.h>
35
#include <mtl/mtlEnvironment.h>
36
#include <mtl/mtl.h>
37
#include <mtl/mtlstream.h>
38
#include <vlpi/appearance.h>
39
#include <vlpi/artPartSpec.h>
40
#include <vlpi/disEnums.h>
41
#include <vlpi/entityIdentifier.h>
42
#include <vlpi/entityType.h>
43
#include <vlpi/entityTypes.h>
44
#include <vlpi/simulationAddress.h>
45
#include <vlpi/thresholder.h>
46
#include <vlutil/vlConfig.h>
47
#include <vlutil/vlFile.h>
48
#include <vlutil/vlFilename.h>
49
#include <vlutil/vlInetAddr.h>
50
#include <vlutil/vlString.h>
51
#include <vlutil/vlUtil.h>
52
53
//Boost includes
54
#include <boost/algorithm/string.hpp>
55
#include <boost/bind.hpp>
56
#include <boost/cast.hpp>
57
#include <boost/enable_shared_from_this.hpp>
58
#include <boost/exception/all.hpp>
59
#include <boost/format.hpp>
60
#include <boost/function.hpp>
61
#include <boost/lexical_cast.hpp>
62
#include <boost/logic/tribool.hpp>
63
#include <boost/math/special_functions/fpclassify.hpp>
64
#include <boost/scoped_ptr.hpp>
65
#include <boost/shared_ptr.hpp>
66
#include <boost/tuple/tuple.hpp>
67
#include <boost/unordered/unordered_set.hpp>
68
#include <boost/utility.hpp>
69
#include <boost/variant.hpp>
rangeItem.h
messageTypes.h
point.h
tdbUnits.h
vrfWeatherStateEnums.h
simInterfaceContent.h
rangedObjectType.h
mathUtilities.h
intersectionRecord.h
objectTypeEnums.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.
objectType.h
symbolString.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
)