VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfobjcorePCH.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
8 #include <gdb/extentReader.h>
9 #include <gdb/networkEdge.h>
10 #include <gdb/networkElement.h>
11 #include <gdb/networkNode.h>
12 #include <gdb/networkSegment.h>
13 #include <gdb/specification.h>
16 #include <gdb/terrainDatabase.h>
17 #include <gdb/vectorNetwork.h>
20 #include <geometry/bvIntersector.h>
21 #include <geometry/chord.h>
23 #include <geometry/constants.h>
27 #include <geometry/point.h>
29 #include <geometry/sphere.h>
33 #include <geometry/ssFunctor.h>
35 #include <geometry/surface.h>
36 #include <geometry/extent.h>
42 #include <tdbutil/mathUtilities.h>
45 #include <tdbutil/tdbUnits.h>
46 #include <terrainCS/coordSystem.h>
47 #include <terrainCS/geodeticCS.h>
49 
50 //MakVrfVrlinkExt includes
61 
62 //VR-Link includes
63 #include <cmdLine/cmdStdOutput.h>
64 #include <libxml/parser.h>
65 #include <libxml/xmlmemory.h>
66 #include <libxml/xmlreader.h>
67 #include <matrix/3dBoundingVolume.h>
68 #include <matrix/geodeticCoord.h>
69 #include <matrix/LibMatrix.h>
70 #include <matrix/topoCoord.h>
71 #include <matrix/vlDcm.h>
72 #include <matrix/vlMath.h>
73 #include <matrix/vlTaitBryan.h>
74 #include <matrix/vlVector.h>
75 #include <mtl/environment.h>
76 #include <mtl/envValue.h>
77 #include <mtl/envXmlWriter.h>
78 #include <mtl/mtlEnvironment.h>
79 #include <mtl/mtl.h>
80 #include <mtl/mtlstream.h>
81 #include <vlpi/appearance.h>
82 #include <vlpi/artPartSpec.h>
83 #include <vlpi/articulatedPart.h>
84 #include <vlpi/disEnums.h>
85 #include <vlpi/entityIdentifierHashKey.h>
86 #include <vlpi/entityIdentifier.h>
87 #include <vlpi/entityType.h>
88 #include <vlpi/entityTypes.h>
89 #include <vlpi/netStructs.h>
90 #include <vlpi/simulationAddress.h>
91 #include <vlpi/thresholder.h>
92 #include <vlutil/topoGeocTran.h>
93 #include <vlutil/vlConfig.h>
94 #include <vlutil/vlFile.h>
95 #include <vlutil/vlHashlist.h>
96 #include <vlutil/vlInetAddr.h>
97 #include <vlutil/vlMachineTypes.h>
98 #include <vlutil/vlShmPool.h>
99 #include <vlutil/vlStringUtil.h>
100 #include <vlutil/vlUtil.h>
101 
102 //Threading Building Blocks includes
103 #include <tbb/compat/condition_variable>
104 #include <tbb/concurrent_hash_map.h>
105 #include <tbb/mutex.h>
106 #include <tbb/recursive_mutex.h>
107 #include <tbb/spin_mutex.h>
108 #include <tbb/spin_rw_mutex.h>
109 #include <tbb/task.h>
110 #include <tbb/tbb_thread.h>
111 #include <tbb/tick_count.h>
112 
113 //Boost includes
114 #include <boost/algorithm/string.hpp>
115 #include <boost/archive/text_iarchive.hpp>
116 #include <boost/archive/text_oarchive.hpp>
117 #include <boost/archive/xml_iarchive.hpp>
118 #include <boost/archive/xml_oarchive.hpp>
119 #include <boost/bind.hpp>
120 #include <boost/cast.hpp>
121 #include <boost/enable_shared_from_this.hpp>
122 #include <boost/exception/all.hpp>
123 #include <boost/filesystem.hpp>
124 #include <boost/foreach.hpp>
125 #include <boost/format.hpp>
126 #include <boost/function.hpp>
127 #include <boost/graph/adjacency_list.hpp>
128 #include <boost/graph/graph_traits.hpp>
129 #include <boost/graph/properties.hpp>
130 #include <boost/lexical_cast.hpp>
131 #include <boost/logic/tribool.hpp>
132 #include <boost/math/special_functions/fpclassify.hpp>
133 #include <boost/optional.hpp>
134 #include <boost/ptr_container/ptr_map.hpp>
135 #include <boost/scoped_ptr.hpp>
136 #include <boost/serialization/access.hpp>
137 #include <boost/serialization/export.hpp>
138 #include <boost/serialization/list.hpp>
139 #include <boost/serialization/map.hpp>
140 #include <boost/serialization/nvp.hpp>
141 #include <boost/serialization/string.hpp>
142 #include <boost/serialization/vector.hpp>
143 #include <boost/shared_ptr.hpp>
144 #include <boost/tuple/tuple.hpp>
145 #include <boost/unordered/unordered_set.hpp>
146 #include <boost/utility.hpp>
147 #include <boost/variant.hpp>
148 #include <boost/weak_ptr.hpp>
149 
The DtNetworkElement is the base member for nodes, segments, and edges. This class presents the inter...
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...
Contains the declaration of the DtExtent class.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)