VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
11 #include <geometry/chord.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>
21 #include <tdbutil/tdbUnits.h>
22 #include <terrainCS/coordSystem.h>
23 
24 //MakVrfVrlinkExtToolkit includes
32 
33 //VR-Link includes
34 #include <matrix/3dBoundingVolume.h>
35 #include <matrix/geodeticCoord.h>
36 #include <matrix/LibMatrix.h>
37 #include <matrix/vlDcm.h>
38 #include <matrix/vlTaitBryan.h>
39 #include <matrix/vlVector.h>
40 #include <mtl/environment.h>
41 #include <mtl/envValue.h>
42 #include <mtl/mtlEnvironment.h>
43 #include <mtl/mtl.h>
44 #include <vlpi/appearance.h>
45 #include <vlpi/artPartSpec.h>
46 #include <vlpi/disEnums.h>
47 #include <vlpi/entityIdentifier.h>
48 #include <vlpi/entityType.h>
49 #include <vlpi/netStructs.h>
50 #include <vlpi/simulationAddress.h>
51 #include <vlpi/thresholder.h>
52 #include <vlutil/vlConfig.h>
53 #include <vlutil/vlFile.h>
54 #include <vlutil/vlFilename.h>
55 #include <vlutil/vlInetAddr.h>
56 #include <vlutil/vlScopedLock.h>
57 #include <vlutil/vlShmPool.h>
58 #include <vlutil/vlString.h>
59 #include <vlutil/vlStringUtil.h>
60 #include <vlutil/vlTime.h>
61 
62 //Threading Building Blocks includes
63 #include <tbb/compat/condition_variable>
64 #include <tbb/concurrent_hash_map.h>
65 #include <tbb/mutex.h>
66 #include <tbb/recursive_mutex.h>
67 #include <tbb/spin_mutex.h>
68 #include <tbb/spin_rw_mutex.h>
69 #include <tbb/task.h>
70 #include <tbb/tbb_thread.h>
71 
72 //Boost includes
73 #include <boost/algorithm/string.hpp>
74 #include <boost/cast.hpp>
75 #include <boost/enable_shared_from_this.hpp>
76 #include <boost/exception/all.hpp>
77 #include <boost/foreach.hpp>
78 #include <boost/format.hpp>
79 #include <boost/function.hpp>
80 #include <boost/graph/adjacency_list.hpp>
81 #include <boost/graph/graph_traits.hpp>
82 #include <boost/graph/properties.hpp>
83 #include <boost/lexical_cast.hpp>
84 #include <boost/logic/tribool.hpp>
85 #include <boost/math/special_functions/fpclassify.hpp>
86 #include <boost/noncopyable.hpp>
87 #include <boost/ptr_container/ptr_map.hpp>
88 #include <boost/scoped_ptr.hpp>
89 #include <boost/scope_exit.hpp>
90 #include <boost/serialization/list.hpp>
91 #include <boost/serialization/map.hpp>
92 #include <boost/serialization/string.hpp>
93 #include <boost/serialization/vector.hpp>
94 #include <boost/shared_ptr.hpp>
95 #include <boost/tokenizer.hpp>
96 #include <boost/tuple/tuple.hpp>
97 #include <boost/unordered/unordered_set.hpp>
98 #include <boost/utility.hpp>
99 #include <boost/variant.hpp>
100 #include <boost/weak_ptr.hpp>
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)