VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfcgfPCH.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 <gdb/specification.h>
9 #include <gdb/terrainDatabase.h>
13 #include <geometry/chord.h>
16 #include <geometry/point.h>
17 #include <geometry/polygon2D.h>
22 #include <tdbutil/mathUtilities.h>
25 #include <tdbutil/tdbUnits.h>
31 
32 //MakVrfVrlinkExtToolkit includes
42 
43 //VR-Link includes
44 #include <libxml/xmlreader.h>
45 #include <matrix/3dBoundingVolume.h>
46 #include <matrix/geodeticCoord.h>
47 #include <matrix/LibMatrix.h>
48 #include <matrix/mapDatum.h>
49 #include <matrix/vlDcm.h>
50 #include <matrix/vlTaitBryan.h>
51 #include <matrix/vlVector.h>
52 #include <mtl/environment.h>
53 #include <mtl/envValue.h>
54 #include <mtl/mtlEnvironment.h>
55 #include <mtl/mtl.h>
56 #include <vlpi/appearance.h>
57 #include <vlpi/artPartSpec.h>
58 #include <vlpi/disEnums.h>
59 #include <vlpi/entityIdentifier.h>
60 #include <vlpi/entityType.h>
61 #include <vlpi/netStructs.h>
62 #include <vlpi/simulationAddress.h>
63 #include <vlpi/thresholder.h>
64 #include <vlutil/topoGeocTran.h>
65 #include <vlutil/vlConfig.h>
66 #include <vlutil/vlDir.h>
67 #include <vlutil/vlFilename.h>
68 #include <vlutil/vlInetAddr.h>
69 #include <vlutil/vlInetFileTransport.h>
70 #include <vlutil/vlInetInterfaceUtils.h>
71 #include <vlutil/vlMachineTypes.h>
72 #include <vlutil/vlShmPool.h>
73 #include <vlutil/vlTime.h>
74 #include <vlutil/vlUtil.h>
75 
76 //Threading Building Blocks includes
77 #include <tbb/compat/condition_variable>
78 #include <tbb/concurrent_hash_map.h>
79 #include <tbb/mutex.h>
80 #include <tbb/recursive_mutex.h>
81 #include <tbb/spin_mutex.h>
82 #include <tbb/spin_rw_mutex.h>
83 #include <tbb/task.h>
84 #include <tbb/tbb_thread.h>
85 
86 //Boost includes
87 #include <boost/algorithm/string.hpp>
88 #include <boost/bind.hpp>
89 #include <boost/cast.hpp>
90 #include <boost/enable_shared_from_this.hpp>
91 #include <boost/exception/all.hpp>
92 #include <boost/filesystem.hpp>
93 #include <boost/format.hpp>
94 #include <boost/function.hpp>
95 #include <boost/graph/adjacency_list.hpp>
96 #include <boost/graph/graph_traits.hpp>
97 #include <boost/graph/properties.hpp>
98 #include <boost/lexical_cast.hpp>
99 #include <boost/logic/tribool.hpp>
100 #include <boost/math/special_functions/fpclassify.hpp>
101 #include <boost/noncopyable.hpp>
102 #include <boost/optional.hpp>
103 #include <boost/ptr_container/ptr_map.hpp>
104 #include <boost/ptr_container/ptr_vector.hpp>
105 #include <boost/scoped_ptr.hpp>
106 #include <boost/serialization/access.hpp>
107 #include <boost/serialization/list.hpp>
108 #include <boost/serialization/map.hpp>
109 #include <boost/serialization/nvp.hpp>
110 #include <boost/serialization/string.hpp>
111 #include <boost/serialization/vector.hpp>
112 #include <boost/shared_ptr.hpp>
113 #include <boost/tuple/tuple.hpp>
114 #include <boost/unordered/unordered_set.hpp>
115 #include <boost/utility.hpp>
116 #include <boost/variant.hpp>
117 #include <boost/weak_ptr.hpp>
Contains the DtSimEnvironmentalModelType class declaration.
Factory templates DtStringKeyFactory and DtStringKeyFactoryWithParam.
A DtChord is a finite line segment in 3-space, represented by two points. Data derived from the two e...

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)