aboutsummaryrefslogtreecommitdiff
path: root/science/chrono
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-08-19 23:16:21 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-08-19 23:16:21 +0000
commita7427f613753bd2f5ad6bda06660128c3647b3c2 (patch)
tree76437c76a9c9bbe5a1d4e473bf0bad42a9796780 /science/chrono
parentf988fdf42606093e9b3071dc5313a072d2901bd3 (diff)
downloadports-a7427f613753bd2f5ad6bda06660128c3647b3c2.tar.gz
ports-a7427f613753bd2f5ad6bda06660128c3647b3c2.zip
New port: science/chrono: C++ library for multi-physics simulation
Notes
Notes: svn path=/head/; revision=477607
Diffstat (limited to 'science/chrono')
-rw-r--r--science/chrono/Makefile42
-rw-r--r--science/chrono/distinfo5
-rw-r--r--science/chrono/files/patch-src_chrono_collision_convexdecomposition_HACDv2_dgPolyhedra.cpp29
-rw-r--r--science/chrono/pkg-descr9
-rw-r--r--science/chrono/pkg-plist1222
5 files changed, 1307 insertions, 0 deletions
diff --git a/science/chrono/Makefile b/science/chrono/Makefile
new file mode 100644
index 000000000000..5018c835a834
--- /dev/null
+++ b/science/chrono/Makefile
@@ -0,0 +1,42 @@
+# $FreeBSD$
+
+PORTNAME= chrono
+DISTVERSION= 2.0.0-9063
+DISTVERSIONSUFFIX= -gc44d7dac5
+CATEGORIES= science devel
+
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= c5db60cfb2a05bdea84ca202ab0e34c87c1c841d.patch:-p1
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= C++ library for multi-physics simulation
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= openmpi>0:net/openmpi
+
+USES= cmake:outsource compiler:c++14-lang fortran
+USE_GITHUB= yes
+GH_ACCOUNT= project${PORTNAME}
+USE_LDCONFIG= yes
+
+OPTIONS_DEFINE= HDF5 DEMOS TESTS
+OPTIONS_SUB= yes
+
+HDF5_CMAKE_BOOL= ENABLE_HDF5
+HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5
+
+DEMOS_DESC= Build and install demo programs
+DEMOS_CMAKE_BOOL= BUILD_DEMOS
+
+TESTS_DESC= Build and install unit test programs
+TESTS_CMAKE_BOOL= BUILD_TESTING
+
+post-extract:
+ @${RM} ${WRKSRC}/data/opensim/Rajagopal2015.orig
+
+post-patch:
+ @${FIND} ${WRKSRC} -name CMakeLists.txt -o -name "*.cmake*" | ${XARGS} ${REINPLACE_CMD} -i '' 's|lib64|lib|'
+
+.include <bsd.port.mk>
diff --git a/science/chrono/distinfo b/science/chrono/distinfo
new file mode 100644
index 000000000000..7602f6c0ed00
--- /dev/null
+++ b/science/chrono/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1534715135
+SHA256 (projectchrono-chrono-2.0.0-9063-gc44d7dac5_GH0.tar.gz) = a6689f6da93ff8b8b2049a9c42a200cf5adb8f0e3cda23bf35ee82ed42a4b01b
+SIZE (projectchrono-chrono-2.0.0-9063-gc44d7dac5_GH0.tar.gz) = 52552478
+SHA256 (c5db60cfb2a05bdea84ca202ab0e34c87c1c841d.patch) = 68d396844a1c4e08424dc9059bcaf5b3d0bc41611f8ab5df90bc06b76e78b33a
+SIZE (c5db60cfb2a05bdea84ca202ab0e34c87c1c841d.patch) = 895
diff --git a/science/chrono/files/patch-src_chrono_collision_convexdecomposition_HACDv2_dgPolyhedra.cpp b/science/chrono/files/patch-src_chrono_collision_convexdecomposition_HACDv2_dgPolyhedra.cpp
new file mode 100644
index 000000000000..03677246794e
--- /dev/null
+++ b/science/chrono/files/patch-src_chrono_collision_convexdecomposition_HACDv2_dgPolyhedra.cpp
@@ -0,0 +1,29 @@
+--- src/chrono/collision/convexdecomposition/HACDv2/dgPolyhedra.cpp.orig 2018-08-15 19:24:06 UTC
++++ src/chrono/collision/convexdecomposition/HACDv2/dgPolyhedra.cpp
+@@ -2867,7 +2867,7 @@ void dgPolyhedra::Optimize (const hacd::
+ if (handle) {
+ handle->m_edge = NULL;
+ }
+- ptr->m_userData = hacd::HaU32 (NULL);
++ ptr->m_userData = 0;
+
+ }
+
+@@ -2906,7 +2906,7 @@ void dgPolyhedra::Optimize (const hacd::
+ if (handle) {
+ handle->m_edge = NULL;
+ }
+- ptr1->m_userData = hacd::HaU32 (NULL);
++ ptr1->m_userData = 0;
+
+ }
+ }
+@@ -2932,7 +2932,7 @@ void dgPolyhedra::Optimize (const hacd::
+ if (handle) {
+ handle->m_edge = NULL;
+ }
+- ptr1->m_twin->m_userData = hacd::HaU32 (NULL);
++ ptr1->m_twin->m_userData = 0;
+
+ }
+ }
diff --git a/science/chrono/pkg-descr b/science/chrono/pkg-descr
new file mode 100644
index 000000000000..c00893c7861f
--- /dev/null
+++ b/science/chrono/pkg-descr
@@ -0,0 +1,9 @@
+Project Chrono represents a community effort aimed at producing a physics-based
+modelling and simulation infrastructure based on a platform-independent,
+open-source design. The name of this software infrastructure is Chrono. Some of
+its features are listed below. More information is available at the project
+website. The applications areas in which Chrono is most often used are vehicle
+dynamics, robotics, and machine design. In vehicle dynamics, Chrono has mature
+support for tire/terrain interaction modeling and simulation.
+
+WWW: https://projectchrono.org/
diff --git a/science/chrono/pkg-plist b/science/chrono/pkg-plist
new file mode 100644
index 000000000000..abc9b906ae2b
--- /dev/null
+++ b/science/chrono/pkg-plist
@@ -0,0 +1,1222 @@
+include/chrono/ChConfig.h
+include/chrono/ChVersion.h
+include/chrono/assets/ChAsset.h
+include/chrono/assets/ChAssetLevel.h
+include/chrono/assets/ChBoxShape.h
+include/chrono/assets/ChCamera.h
+include/chrono/assets/ChCapsuleShape.h
+include/chrono/assets/ChColor.h
+include/chrono/assets/ChColorAsset.h
+include/chrono/assets/ChConeShape.h
+include/chrono/assets/ChCylinderShape.h
+include/chrono/assets/ChEllipsoidShape.h
+include/chrono/assets/ChEmitterAsset.h
+include/chrono/assets/ChGlyphs.h
+include/chrono/assets/ChLineShape.h
+include/chrono/assets/ChMaterial.h
+include/chrono/assets/ChObjShapeFile.h
+include/chrono/assets/ChPathShape.h
+include/chrono/assets/ChPointPointDrawing.h
+include/chrono/assets/ChRoundedBoxShape.h
+include/chrono/assets/ChRoundedConeShape.h
+include/chrono/assets/ChRoundedCylinderShape.h
+include/chrono/assets/ChSphereShape.h
+include/chrono/assets/ChSurfaceShape.h
+include/chrono/assets/ChTexture.h
+include/chrono/assets/ChTriangleMeshShape.h
+include/chrono/assets/ChVisualization.h
+include/chrono/collision/ChCCollisionInfo.h
+include/chrono/collision/ChCCollisionModel.h
+include/chrono/collision/ChCCollisionPair.h
+include/chrono/collision/ChCCollisionSystem.h
+include/chrono/collision/ChCCollisionSystemBullet.h
+include/chrono/collision/ChCCollisionUtils.h
+include/chrono/collision/ChCConvexDecomposition.h
+include/chrono/collision/ChCModelBullet.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btDbvt.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btDispatcher.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.h
+include/chrono/collision/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btCollisionConfiguration.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btCollisionObject.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btGhostObject.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btManifoldResult.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h
+include/chrono/collision/bullet/BulletCollision/CollisionDispatch/btUnionFind.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/bt2DShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btBarrelShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btBox2dShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btBoxShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btCEtriangleShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btCapsuleShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btCollisionMargin.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btCollisionShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btCompoundShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btConcaveShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btConeShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btConvex2dShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btConvexHullShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btConvexShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btCylinderShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btEmptyShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btMaterial.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btShapeHull.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btSphereShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btTriangleCallback.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btTriangleInfoMap.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btTriangleMesh.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btTriangleShape.h
+include/chrono/collision/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btPointCollector.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btRaycastCallback.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h
+include/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h
+include/chrono/collision/bullet/BulletFileLoader/bChunk.h
+include/chrono/collision/bullet/BulletFileLoader/bCommon.h
+include/chrono/collision/bullet/BulletFileLoader/bDNA.h
+include/chrono/collision/bullet/BulletFileLoader/bDefines.h
+include/chrono/collision/bullet/BulletFileLoader/bFile.h
+include/chrono/collision/bullet/BulletFileLoader/btBulletFile.h
+include/chrono/collision/bullet/BulletWorldImporter/btBulletWorldImporter.h
+include/chrono/collision/bullet/LinearMath/btAabbUtil2.h
+include/chrono/collision/bullet/LinearMath/btAlignedAllocator.h
+include/chrono/collision/bullet/LinearMath/btAlignedObjectArray.h
+include/chrono/collision/bullet/LinearMath/btConvexHull.h
+include/chrono/collision/bullet/LinearMath/btDefaultMotionState.h
+include/chrono/collision/bullet/LinearMath/btGeometryUtil.h
+include/chrono/collision/bullet/LinearMath/btHashMap.h
+include/chrono/collision/bullet/LinearMath/btIDebugDraw.h
+include/chrono/collision/bullet/LinearMath/btList.h
+include/chrono/collision/bullet/LinearMath/btMatrix3x3.h
+include/chrono/collision/bullet/LinearMath/btMinMax.h
+include/chrono/collision/bullet/LinearMath/btMotionState.h
+include/chrono/collision/bullet/LinearMath/btPoolAllocator.h
+include/chrono/collision/bullet/LinearMath/btQuadWord.h
+include/chrono/collision/bullet/LinearMath/btQuaternion.h
+include/chrono/collision/bullet/LinearMath/btQuickprof.h
+include/chrono/collision/bullet/LinearMath/btRandom.h
+include/chrono/collision/bullet/LinearMath/btScalar.h
+include/chrono/collision/bullet/LinearMath/btSerializer.h
+include/chrono/collision/bullet/LinearMath/btStackAlloc.h
+include/chrono/collision/bullet/LinearMath/btTransform.h
+include/chrono/collision/bullet/LinearMath/btTransformUtil.h
+include/chrono/collision/bullet/LinearMath/btVector3.h
+include/chrono/collision/bullet/btBulletCollisionCommon.h
+include/chrono/collision/convexdecomposition/HACD/hacdCircularList.h
+include/chrono/collision/convexdecomposition/HACD/hacdCircularList.inl
+include/chrono/collision/convexdecomposition/HACD/hacdGraph.h
+include/chrono/collision/convexdecomposition/HACD/hacdHACD.h
+include/chrono/collision/convexdecomposition/HACD/hacdICHull.h
+include/chrono/collision/convexdecomposition/HACD/hacdManifoldMesh.h
+include/chrono/collision/convexdecomposition/HACD/hacdMeshDecimator.h
+include/chrono/collision/convexdecomposition/HACD/hacdMicroAllocator.h
+include/chrono/collision/convexdecomposition/HACD/hacdRaycastMesh.h
+include/chrono/collision/convexdecomposition/HACD/hacdSArray.h
+include/chrono/collision/convexdecomposition/HACD/hacdVector.h
+include/chrono/collision/convexdecomposition/HACD/hacdVector.inl
+include/chrono/collision/convexdecomposition/HACD/hacdVersion.h
+include/chrono/collision/convexdecomposition/HACDv2/AutoGeometry.h
+include/chrono/collision/convexdecomposition/HACDv2/ConvexHull.h
+include/chrono/collision/convexdecomposition/HACDv2/HACD.h
+include/chrono/collision/convexdecomposition/HACDv2/MergeHulls.h
+include/chrono/collision/convexdecomposition/HACDv2/PlatformConfigHACD.h
+include/chrono/collision/convexdecomposition/HACDv2/PxVector.h
+include/chrono/collision/convexdecomposition/HACDv2/SparseArray.h
+include/chrono/collision/convexdecomposition/HACDv2/WuQuantizer.h
+include/chrono/collision/convexdecomposition/HACDv2/dgArray.h
+include/chrono/collision/convexdecomposition/HACDv2/dgConvexHull3d.h
+include/chrono/collision/convexdecomposition/HACDv2/dgGoogol.h
+include/chrono/collision/convexdecomposition/HACDv2/dgHeap.h
+include/chrono/collision/convexdecomposition/HACDv2/dgList.h
+include/chrono/collision/convexdecomposition/HACDv2/dgMatrix.h
+include/chrono/collision/convexdecomposition/HACDv2/dgMeshEffect.h
+include/chrono/collision/convexdecomposition/HACDv2/dgPlane.h
+include/chrono/collision/convexdecomposition/HACDv2/dgPolyhedra.h
+include/chrono/collision/convexdecomposition/HACDv2/dgQuaternion.h
+include/chrono/collision/convexdecomposition/HACDv2/dgRefCounter.h
+include/chrono/collision/convexdecomposition/HACDv2/dgSmallDeterminant.h
+include/chrono/collision/convexdecomposition/HACDv2/dgSphere.h
+include/chrono/collision/convexdecomposition/HACDv2/dgStack.h
+include/chrono/collision/convexdecomposition/HACDv2/dgTree.h
+include/chrono/collision/convexdecomposition/HACDv2/dgTypes.h
+include/chrono/collision/convexdecomposition/HACDv2/dgVector.h
+include/chrono/collision/convexdecomposition/HACDv2/wavefront.h
+include/chrono/collision/convexdecomposition/JR/NvConcavityVolume.h
+include/chrono/collision/convexdecomposition/JR/NvConvexDecomposition.h
+include/chrono/collision/convexdecomposition/JR/NvFloatMath.h
+include/chrono/collision/convexdecomposition/JR/NvFloatMath.inl
+include/chrono/collision/convexdecomposition/JR/NvHashMap.h
+include/chrono/collision/convexdecomposition/JR/NvMeshIslandGeneration.h
+include/chrono/collision/convexdecomposition/JR/NvRayCast.h
+include/chrono/collision/convexdecomposition/JR/NvRemoveTjunctions.h
+include/chrono/collision/convexdecomposition/JR/NvSimpleTypes.h
+include/chrono/collision/convexdecomposition/JR/NvSplitMesh.h
+include/chrono/collision/convexdecomposition/JR/NvStanHull.h
+include/chrono/collision/convexdecomposition/JR/NvThreadConfig.h
+include/chrono/collision/convexdecomposition/JR/NvUserMemAlloc.h
+include/chrono/collision/edgetempest/ChCAABB.h
+include/chrono/collision/edgetempest/ChCAABBTree.h
+include/chrono/collision/edgetempest/ChCAABBcollider.h
+include/chrono/collision/edgetempest/ChCAbsoluteAABB.h
+include/chrono/collision/edgetempest/ChCBroadPhaseCollider.h
+include/chrono/collision/edgetempest/ChCBruteForce.h
+include/chrono/collision/edgetempest/ChCCollisionTree.h
+include/chrono/collision/edgetempest/ChCCompile.h
+include/chrono/collision/edgetempest/ChCGeometryCollider.h
+include/chrono/collision/edgetempest/ChCGetTime.h
+include/chrono/collision/edgetempest/ChCMatVec.h
+include/chrono/collision/edgetempest/ChCMates.h
+include/chrono/collision/edgetempest/ChCNarrowPhaseCollider.h
+include/chrono/collision/edgetempest/ChCOBB.h
+include/chrono/collision/edgetempest/ChCOBBTree.h
+include/chrono/collision/edgetempest/ChCOBBcollider.h
+include/chrono/collision/edgetempest/ChCSweepAndPrune.h
+include/chrono/collision/gimpact/ConvexDecomposition/ConvexBuilder.h
+include/chrono/collision/gimpact/ConvexDecomposition/ConvexDecomposition.h
+include/chrono/collision/gimpact/ConvexDecomposition/bestfit.h
+include/chrono/collision/gimpact/ConvexDecomposition/bestfitobb.h
+include/chrono/collision/gimpact/ConvexDecomposition/cd_hull.h
+include/chrono/collision/gimpact/ConvexDecomposition/cd_vector.h
+include/chrono/collision/gimpact/ConvexDecomposition/cd_wavefront.h
+include/chrono/collision/gimpact/ConvexDecomposition/concavity.h
+include/chrono/collision/gimpact/ConvexDecomposition/fitsphere.h
+include/chrono/collision/gimpact/ConvexDecomposition/float_math.h
+include/chrono/collision/gimpact/ConvexDecomposition/meshvolume.h
+include/chrono/collision/gimpact/ConvexDecomposition/planetri.h
+include/chrono/collision/gimpact/ConvexDecomposition/raytri.h
+include/chrono/collision/gimpact/ConvexDecomposition/splitplane.h
+include/chrono/collision/gimpact/ConvexDecomposition/vlookup.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btBoxCollision.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btClipPolygon.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btContactProcessing.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btGImpactBvh.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btGImpactCollisionAlgorithm.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btGImpactMassUtil.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btGImpactQuantizedBvh.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btGImpactShape.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btGenericPoolAllocator.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btGeometryOperations.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btQuantization.h
+include/chrono/collision/gimpact/GIMPACT/Bullet/btTriangleShapeEx.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_array.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_basic_geometry_operations.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_bitset.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_box_collision.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_box_set.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_clip_polygon.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_contact.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_geom_types.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_geometry.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_hash_table.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_linear_math.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_math.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_memory.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_radixsort.h
+include/chrono/collision/gimpact/GIMPACT/core/gim_tri_collision.h
+include/chrono/collision/gimpact/GIMPACTUtils/btGImpactConvexDecompositionShape.h
+include/chrono/core/ChAlignedAllocator.h
+include/chrono/core/ChApiCE.h
+include/chrono/core/ChBezierCurve.h
+include/chrono/core/ChBitmaskEnums.h
+include/chrono/core/ChCOOMatrix.h
+include/chrono/core/ChCSMatrix.h
+include/chrono/core/ChChrono.h
+include/chrono/core/ChClassFactory.h
+include/chrono/core/ChCoordsys.h
+include/chrono/core/ChCubicSpline.h
+include/chrono/core/ChDistribution.h
+include/chrono/core/ChException.h
+include/chrono/core/ChFilePS.h
+include/chrono/core/ChFileutils.h
+include/chrono/core/ChFrame.h
+include/chrono/core/ChFrameMoving.h
+include/chrono/core/ChLinearAlgebra.h
+include/chrono/core/ChLinkedListMatrix.h
+include/chrono/core/ChLists.h
+include/chrono/core/ChLog.h
+include/chrono/core/ChMapMatrix.h
+include/chrono/core/ChMath.h
+include/chrono/core/ChMathematics.h
+include/chrono/core/ChMatrix.h
+include/chrono/core/ChMatrix33.h
+include/chrono/core/ChMatrixDynamic.h
+include/chrono/core/ChMatrixNM.h
+include/chrono/core/ChPlatform.h
+include/chrono/core/ChQuadrature.h
+include/chrono/core/ChQuaternion.h
+include/chrono/core/ChRealtimeStep.h
+include/chrono/core/ChSparseMatrix.h
+include/chrono/core/ChStream.h
+include/chrono/core/ChTemplateExpressions.h
+include/chrono/core/ChTimer.h
+include/chrono/core/ChTransform.h
+include/chrono/core/ChVector.h
+include/chrono/core/ChVector2.h
+include/chrono/core/ChVectorDynamic.h
+include/chrono/geometry/ChBasisToolsBspline.h
+include/chrono/geometry/ChBasisToolsNurbs.h
+include/chrono/geometry/ChBox.h
+include/chrono/geometry/ChCapsule.h
+include/chrono/geometry/ChCone.h
+include/chrono/geometry/ChCylinder.h
+include/chrono/geometry/ChEllipsoid.h
+include/chrono/geometry/ChGeometry.h
+include/chrono/geometry/ChLine.h
+include/chrono/geometry/ChLineArc.h
+include/chrono/geometry/ChLineBezier.h
+include/chrono/geometry/ChLineBspline.h
+include/chrono/geometry/ChLineCam.h
+include/chrono/geometry/ChLineNurbs.h
+include/chrono/geometry/ChLinePath.h
+include/chrono/geometry/ChLinePoly.h
+include/chrono/geometry/ChLineSegment.h
+include/chrono/geometry/ChRoundedBox.h
+include/chrono/geometry/ChRoundedCone.h
+include/chrono/geometry/ChRoundedCylinder.h
+include/chrono/geometry/ChSphere.h
+include/chrono/geometry/ChSurface.h
+include/chrono/geometry/ChSurfaceNurbs.h
+include/chrono/geometry/ChTriangle.h
+include/chrono/geometry/ChTriangleMesh.h
+include/chrono/geometry/ChTriangleMeshConnected.h
+include/chrono/geometry/ChTriangleMeshSoup.h
+include/chrono/geometry/ChVolume.h
+include/chrono/motion_functions/ChFunction.h
+include/chrono/motion_functions/ChFunction_Base.h
+include/chrono/motion_functions/ChFunction_Const.h
+include/chrono/motion_functions/ChFunction_ConstAcc.h
+include/chrono/motion_functions/ChFunction_Derive.h
+include/chrono/motion_functions/ChFunction_Fillet3.h
+include/chrono/motion_functions/ChFunction_Integrate.h
+include/chrono/motion_functions/ChFunction_Lambda.h
+include/chrono/motion_functions/ChFunction_Matlab.h
+include/chrono/motion_functions/ChFunction_Mirror.h
+include/chrono/motion_functions/ChFunction_Mocap.h
+include/chrono/motion_functions/ChFunction_Noise.h
+include/chrono/motion_functions/ChFunction_Operation.h
+include/chrono/motion_functions/ChFunction_Oscilloscope.h
+include/chrono/motion_functions/ChFunction_Poly.h
+include/chrono/motion_functions/ChFunction_Poly345.h
+include/chrono/motion_functions/ChFunction_Ramp.h
+include/chrono/motion_functions/ChFunction_Recorder.h
+include/chrono/motion_functions/ChFunction_Repeat.h
+include/chrono/motion_functions/ChFunction_Sequence.h
+include/chrono/motion_functions/ChFunction_Setpoint.h
+include/chrono/motion_functions/ChFunction_Sigma.h
+include/chrono/motion_functions/ChFunction_Sine.h
+include/chrono/parallel/ChOpenMP.h
+include/chrono/parallel/ChThreads.h
+include/chrono/parallel/ChThreadsFunct.h
+include/chrono/parallel/ChThreadsPOSIX.h
+include/chrono/parallel/ChThreadsSync.h
+include/chrono/parallel/ChThreadsWIN32.h
+include/chrono/particlefactory/ChParticleEmitter.h
+include/chrono/particlefactory/ChParticleEventTrigger.h
+include/chrono/particlefactory/ChParticleProcessEvent.h
+include/chrono/particlefactory/ChParticleProcessor.h
+include/chrono/particlefactory/ChParticleRemover.h
+include/chrono/particlefactory/ChRandomParticleAlignment.h
+include/chrono/particlefactory/ChRandomParticlePosition.h
+include/chrono/particlefactory/ChRandomParticleVelocity.h
+include/chrono/particlefactory/ChRandomShapeCreator.h
+include/chrono/physics/ChAssembly.h
+include/chrono/physics/ChBody.h
+include/chrono/physics/ChBodyAuxRef.h
+include/chrono/physics/ChBodyEasy.h
+include/chrono/physics/ChBodyFrame.h
+include/chrono/physics/ChContactContainer.h
+include/chrono/physics/ChContactContainerNSC.h
+include/chrono/physics/ChContactContainerSMC.h
+include/chrono/physics/ChContactNSC.h
+include/chrono/physics/ChContactNSCrolling.h
+include/chrono/physics/ChContactSMC.h
+include/chrono/physics/ChContactTuple.h
+include/chrono/physics/ChContactable.h
+include/chrono/physics/ChContinuumMaterial.h
+include/chrono/physics/ChController.h
+include/chrono/physics/ChControls.h
+include/chrono/physics/ChConveyor.h
+include/chrono/physics/ChForce.h
+include/chrono/physics/ChFx.h
+include/chrono/physics/ChGenericConstraint.h
+include/chrono/physics/ChGlobal.h
+include/chrono/physics/ChIndexedNodes.h
+include/chrono/physics/ChIndexedParticles.h
+include/chrono/physics/ChInertiaUtils.h
+include/chrono/physics/ChIterative.h
+include/chrono/physics/ChLimit.h
+include/chrono/physics/ChLink.h
+include/chrono/physics/ChLinkBase.h
+include/chrono/physics/ChLinkBrake.h
+include/chrono/physics/ChLinkBushing.h
+include/chrono/physics/ChLinkClearance.h
+include/chrono/physics/ChLinkDistance.h
+include/chrono/physics/ChLinkEngine.h
+include/chrono/physics/ChLinkForce.h
+include/chrono/physics/ChLinkGear.h
+include/chrono/physics/ChLinkLinActuator.h
+include/chrono/physics/ChLinkLock.h
+include/chrono/physics/ChLinkMarkers.h
+include/chrono/physics/ChLinkMask.h
+include/chrono/physics/ChLinkMasked.h
+include/chrono/physics/ChLinkMate.h
+include/chrono/physics/ChLinkMotor.h
+include/chrono/physics/ChLinkMotorLinear.h
+include/chrono/physics/ChLinkMotorLinearDriveline.h
+include/chrono/physics/ChLinkMotorLinearForce.h
+include/chrono/physics/ChLinkMotorLinearPosition.h
+include/chrono/physics/ChLinkMotorLinearSpeed.h
+include/chrono/physics/ChLinkMotorRotation.h
+include/chrono/physics/ChLinkMotorRotationAngle.h
+include/chrono/physics/ChLinkMotorRotationDriveline.h
+include/chrono/physics/ChLinkMotorRotationSpeed.h
+include/chrono/physics/ChLinkMotorRotationTorque.h
+include/chrono/physics/ChLinkPointSpline.h
+include/chrono/physics/ChLinkPulley.h
+include/chrono/physics/ChLinkRackpinion.h
+include/chrono/physics/ChLinkRevolute.h
+include/chrono/physics/ChLinkRevoluteSpherical.h
+include/chrono/physics/ChLinkRevoluteTranslational.h
+include/chrono/physics/ChLinkRotSpringCB.h
+include/chrono/physics/ChLinkScrew.h
+include/chrono/physics/ChLinkSpring.h
+include/chrono/physics/ChLinkSpringCB.h
+include/chrono/physics/ChLinkTrajectory.h
+include/chrono/physics/ChLinkUniversal.h
+include/chrono/physics/ChLinksAll.h
+include/chrono/physics/ChLoad.h
+include/chrono/physics/ChLoadBodyMesh.h
+include/chrono/physics/ChLoadContainer.h
+include/chrono/physics/ChLoadable.h
+include/chrono/physics/ChLoader.h
+include/chrono/physics/ChLoaderU.h
+include/chrono/physics/ChLoaderUV.h
+include/chrono/physics/ChLoaderUVW.h
+include/chrono/physics/ChLoadsBody.h
+include/chrono/physics/ChLoadsXYZnode.h
+include/chrono/physics/ChMarker.h
+include/chrono/physics/ChMaterialSurface.h
+include/chrono/physics/ChMaterialSurfaceNSC.h
+include/chrono/physics/ChMaterialSurfaceSMC.h
+include/chrono/physics/ChMatterSPH.h
+include/chrono/physics/ChNlsolver.h
+include/chrono/physics/ChNodeBase.h
+include/chrono/physics/ChNodeXYZ.h
+include/chrono/physics/ChObject.h
+include/chrono/physics/ChParticlesClones.h
+include/chrono/physics/ChPhysicsItem.h
+include/chrono/physics/ChProbe.h
+include/chrono/physics/ChProximityContainer.h
+include/chrono/physics/ChProximityContainerSPH.h
+include/chrono/physics/ChRef.h
+include/chrono/physics/ChShaft.h
+include/chrono/physics/ChShaftsBody.h
+include/chrono/physics/ChShaftsClutch.h
+include/chrono/physics/ChShaftsCouple.h
+include/chrono/physics/ChShaftsGear.h
+include/chrono/physics/ChShaftsGearbox.h
+include/chrono/physics/ChShaftsGearboxAngled.h
+include/chrono/physics/ChShaftsMotor.h
+include/chrono/physics/ChShaftsMotorAngle.h
+include/chrono/physics/ChShaftsMotorSpeed.h
+include/chrono/physics/ChShaftsMotorTorque.h
+include/chrono/physics/ChShaftsPlanetary.h
+include/chrono/physics/ChShaftsThermalEngine.h
+include/chrono/physics/ChShaftsTorque.h
+include/chrono/physics/ChShaftsTorqueBase.h
+include/chrono/physics/ChShaftsTorqueConverter.h
+include/chrono/physics/ChShaftsTorsionSpring.h
+include/chrono/physics/ChSolvmin.h
+include/chrono/physics/ChSystem.h
+include/chrono/physics/ChSystemNSC.h
+include/chrono/physics/ChSystemSMC.h
+include/chrono/physics/ChTensors.h
+include/chrono/serialization/ChArchive.h
+include/chrono/serialization/ChArchiveAsciiDump.h
+include/chrono/serialization/ChArchiveBinary.h
+include/chrono/serialization/ChArchiveExplorer.h
+include/chrono/serialization/ChArchiveJSON.h
+include/chrono/serialization/ChArchiveXML.h
+include/chrono/solver/ChConstraint.h
+include/chrono/solver/ChConstraintThree.h
+include/chrono/solver/ChConstraintThreeBBShaft.h
+include/chrono/solver/ChConstraintThreeGeneric.h
+include/chrono/solver/ChConstraintTuple.h
+include/chrono/solver/ChConstraintTwo.h
+include/chrono/solver/ChConstraintTwoBodies.h
+include/chrono/solver/ChConstraintTwoGeneric.h
+include/chrono/solver/ChConstraintTwoGenericBoxed.h
+include/chrono/solver/ChConstraintTwoTuples.h
+include/chrono/solver/ChConstraintTwoTuplesContactN.h
+include/chrono/solver/ChConstraintTwoTuplesFrictionT.h
+include/chrono/solver/ChConstraintTwoTuplesRollingN.h
+include/chrono/solver/ChConstraintTwoTuplesRollingT.h
+include/chrono/solver/ChIterativeSolver.h
+include/chrono/solver/ChKblock.h
+include/chrono/solver/ChKblockGeneric.h
+include/chrono/solver/ChSolver.h
+include/chrono/solver/ChSolverAPGD.h
+include/chrono/solver/ChSolverBB.h
+include/chrono/solver/ChSolverJacobi.h
+include/chrono/solver/ChSolverMINRES.h
+include/chrono/solver/ChSolverPCG.h
+include/chrono/solver/ChSolverPMINRES.h
+include/chrono/solver/ChSolverSMC.h
+include/chrono/solver/ChSolverSOR.h
+include/chrono/solver/ChSolverSORmultithread.h
+include/chrono/solver/ChSolverSymmSOR.h
+include/chrono/solver/ChSystemDescriptor.h
+include/chrono/solver/ChVariables.h
+include/chrono/solver/ChVariablesBody.h
+include/chrono/solver/ChVariablesBodyOwnMass.h
+include/chrono/solver/ChVariablesBodySharedMass.h
+include/chrono/solver/ChVariablesGeneric.h
+include/chrono/solver/ChVariablesGenericDiagonalMass.h
+include/chrono/solver/ChVariablesNode.h
+include/chrono/solver/ChVariablesShaft.h
+include/chrono/timestepper/ChAssemblyAnalysis.h
+include/chrono/timestepper/ChIntegrable.h
+include/chrono/timestepper/ChState.h
+include/chrono/timestepper/ChStaticAnalysis.h
+include/chrono/timestepper/ChTimestepper.h
+include/chrono/timestepper/ChTimestepperHHT.h
+include/chrono/timestepper/ChUpdateFlags.h
+include/chrono/utils/ChCompositeInertia.h
+include/chrono/utils/ChConvexHull.h
+include/chrono/utils/ChFilters.h
+include/chrono/utils/ChParserAdams.h
+include/chrono/utils/ChParserOpenSim.h
+include/chrono/utils/ChProfiler.h
+include/chrono/utils/ChUtilsChaseCamera.h
+include/chrono/utils/ChUtilsCreators.h
+include/chrono/utils/ChUtilsGenerators.h
+include/chrono/utils/ChUtilsGeometry.h
+include/chrono/utils/ChUtilsInputOutput.h
+include/chrono/utils/ChUtilsSamplers.h
+include/chrono/utils/ChUtilsValidation.h
+include/chrono_models/ChApiModels.h
+include/chrono_thirdparty/Easy_BMP/EasyBMP.h
+include/chrono_thirdparty/Easy_BMP/EasyBMP_BMP.h
+include/chrono_thirdparty/Easy_BMP/EasyBMP_DataStructures.h
+include/chrono_thirdparty/Easy_BMP/EasyBMP_VariousBMPutilities.h
+include/chrono_thirdparty/SimpleOpt/SimpleGlob.h
+include/chrono_thirdparty/SimpleOpt/SimpleOpt.h
+include/chrono_thirdparty/cub/agent/agent_histogram.cuh
+include/chrono_thirdparty/cub/agent/agent_radix_sort_downsweep.cuh
+include/chrono_thirdparty/cub/agent/agent_radix_sort_upsweep.cuh
+include/chrono_thirdparty/cub/agent/agent_reduce.cuh
+include/chrono_thirdparty/cub/agent/agent_reduce_by_key.cuh
+include/chrono_thirdparty/cub/agent/agent_rle.cuh
+include/chrono_thirdparty/cub/agent/agent_scan.cuh
+include/chrono_thirdparty/cub/agent/agent_segment_fixup.cuh
+include/chrono_thirdparty/cub/agent/agent_select_if.cuh
+include/chrono_thirdparty/cub/agent/agent_spmv.cuh
+include/chrono_thirdparty/cub/agent/single_pass_scan_operators.cuh
+include/chrono_thirdparty/cub/block/block_discontinuity.cuh
+include/chrono_thirdparty/cub/block/block_exchange.cuh
+include/chrono_thirdparty/cub/block/block_histogram.cuh
+include/chrono_thirdparty/cub/block/block_load.cuh
+include/chrono_thirdparty/cub/block/block_radix_rank.cuh
+include/chrono_thirdparty/cub/block/block_radix_sort.cuh
+include/chrono_thirdparty/cub/block/block_raking_layout.cuh
+include/chrono_thirdparty/cub/block/block_reduce.cuh
+include/chrono_thirdparty/cub/block/block_scan.cuh
+include/chrono_thirdparty/cub/block/block_shuffle.cuh
+include/chrono_thirdparty/cub/block/block_store.cuh
+include/chrono_thirdparty/cub/block/specializations/block_histogram_atomic.cuh
+include/chrono_thirdparty/cub/block/specializations/block_histogram_sort.cuh
+include/chrono_thirdparty/cub/block/specializations/block_reduce_raking.cuh
+include/chrono_thirdparty/cub/block/specializations/block_reduce_raking_commutative_only.cuh
+include/chrono_thirdparty/cub/block/specializations/block_reduce_warp_reductions.cuh
+include/chrono_thirdparty/cub/block/specializations/block_scan_raking.cuh
+include/chrono_thirdparty/cub/block/specializations/block_scan_warp_scans.cuh
+include/chrono_thirdparty/cub/cub.cuh
+include/chrono_thirdparty/cub/device/device_histogram.cuh
+include/chrono_thirdparty/cub/device/device_partition.cuh
+include/chrono_thirdparty/cub/device/device_radix_sort.cuh
+include/chrono_thirdparty/cub/device/device_reduce.cuh
+include/chrono_thirdparty/cub/device/device_run_length_encode.cuh
+include/chrono_thirdparty/cub/device/device_scan.cuh
+include/chrono_thirdparty/cub/device/device_select.cuh
+include/chrono_thirdparty/cub/device/device_spmv.cuh
+include/chrono_thirdparty/cub/device/dispatch/dispatch_histogram.cuh
+include/chrono_thirdparty/cub/device/dispatch/dispatch_radix_sort.cuh
+include/chrono_thirdparty/cub/device/dispatch/dispatch_reduce.cuh
+include/chrono_thirdparty/cub/device/dispatch/dispatch_reduce_by_key.cuh
+include/chrono_thirdparty/cub/device/dispatch/dispatch_rle.cuh
+include/chrono_thirdparty/cub/device/dispatch/dispatch_scan.cuh
+include/chrono_thirdparty/cub/device/dispatch/dispatch_select_if.cuh
+include/chrono_thirdparty/cub/device/dispatch/dispatch_spmv.cuh
+include/chrono_thirdparty/cub/grid/grid_barrier.cuh
+include/chrono_thirdparty/cub/grid/grid_even_share.cuh
+include/chrono_thirdparty/cub/grid/grid_mapping.cuh
+include/chrono_thirdparty/cub/grid/grid_queue.cuh
+include/chrono_thirdparty/cub/host/spinlock.cuh
+include/chrono_thirdparty/cub/iterator/arg_index_input_iterator.cuh
+include/chrono_thirdparty/cub/iterator/cache_modified_input_iterator.cuh
+include/chrono_thirdparty/cub/iterator/cache_modified_output_iterator.cuh
+include/chrono_thirdparty/cub/iterator/constant_input_iterator.cuh
+include/chrono_thirdparty/cub/iterator/counting_input_iterator.cuh
+include/chrono_thirdparty/cub/iterator/tex_obj_input_iterator.cuh
+include/chrono_thirdparty/cub/iterator/tex_ref_input_iterator.cuh
+include/chrono_thirdparty/cub/iterator/transform_input_iterator.cuh
+include/chrono_thirdparty/cub/thread/thread_load.cuh
+include/chrono_thirdparty/cub/thread/thread_operators.cuh
+include/chrono_thirdparty/cub/thread/thread_reduce.cuh
+include/chrono_thirdparty/cub/thread/thread_scan.cuh
+include/chrono_thirdparty/cub/thread/thread_search.cuh
+include/chrono_thirdparty/cub/thread/thread_store.cuh
+include/chrono_thirdparty/cub/util_allocator.cuh
+include/chrono_thirdparty/cub/util_arch.cuh
+include/chrono_thirdparty/cub/util_debug.cuh
+include/chrono_thirdparty/cub/util_device.cuh
+include/chrono_thirdparty/cub/util_macro.cuh
+include/chrono_thirdparty/cub/util_namespace.cuh
+include/chrono_thirdparty/cub/util_ptx.cuh
+include/chrono_thirdparty/cub/util_type.cuh
+include/chrono_thirdparty/cub/warp/specializations/warp_reduce_shfl.cuh
+include/chrono_thirdparty/cub/warp/specializations/warp_reduce_smem.cuh
+include/chrono_thirdparty/cub/warp/specializations/warp_scan_shfl.cuh
+include/chrono_thirdparty/cub/warp/specializations/warp_scan_smem.cuh
+include/chrono_thirdparty/cub/warp/warp_reduce.cuh
+include/chrono_thirdparty/cub/warp/warp_scan.cuh
+include/chrono_thirdparty/easylogging/easylogging.h
+include/chrono_thirdparty/filesystem/fwd.h
+include/chrono_thirdparty/filesystem/path.h
+include/chrono_thirdparty/filesystem/resolver.h
+include/chrono_thirdparty/rapidjson/allocators.h
+include/chrono_thirdparty/rapidjson/document.h
+include/chrono_thirdparty/rapidjson/encodedstream.h
+include/chrono_thirdparty/rapidjson/encodings.h
+include/chrono_thirdparty/rapidjson/error/en.h
+include/chrono_thirdparty/rapidjson/error/error.h
+include/chrono_thirdparty/rapidjson/filereadstream.h
+include/chrono_thirdparty/rapidjson/filewritestream.h
+include/chrono_thirdparty/rapidjson/fwd.h
+include/chrono_thirdparty/rapidjson/internal/biginteger.h
+include/chrono_thirdparty/rapidjson/internal/diyfp.h
+include/chrono_thirdparty/rapidjson/internal/dtoa.h
+include/chrono_thirdparty/rapidjson/internal/ieee754.h
+include/chrono_thirdparty/rapidjson/internal/itoa.h
+include/chrono_thirdparty/rapidjson/internal/meta.h
+include/chrono_thirdparty/rapidjson/internal/pow10.h
+include/chrono_thirdparty/rapidjson/internal/regex.h
+include/chrono_thirdparty/rapidjson/internal/stack.h
+include/chrono_thirdparty/rapidjson/internal/strfunc.h
+include/chrono_thirdparty/rapidjson/internal/strtod.h
+include/chrono_thirdparty/rapidjson/internal/swap.h
+include/chrono_thirdparty/rapidjson/istreamwrapper.h
+include/chrono_thirdparty/rapidjson/memorybuffer.h
+include/chrono_thirdparty/rapidjson/memorystream.h
+include/chrono_thirdparty/rapidjson/msinttypes/inttypes.h
+include/chrono_thirdparty/rapidjson/msinttypes/stdint.h
+include/chrono_thirdparty/rapidjson/ostreamwrapper.h
+include/chrono_thirdparty/rapidjson/pointer.h
+include/chrono_thirdparty/rapidjson/prettywriter.h
+include/chrono_thirdparty/rapidjson/rapidjson.h
+include/chrono_thirdparty/rapidjson/reader.h
+include/chrono_thirdparty/rapidjson/schema.h
+include/chrono_thirdparty/rapidjson/stream.h
+include/chrono_thirdparty/rapidjson/stringbuffer.h
+include/chrono_thirdparty/rapidjson/writer.h
+include/chrono_thirdparty/rapidxml/rapidxml.hpp
+include/chrono_thirdparty/rapidxml/rapidxml_iterators.hpp
+include/chrono_thirdparty/rapidxml/rapidxml_print.hpp
+include/chrono_thirdparty/rapidxml/rapidxml_utils.hpp
+include/chrono_thirdparty/tinyobjloader/tiny_obj_loader.h
+include/chrono_thirdparty/yafel/DualNumber.hpp
+lib/cmake/ChronoConfig.cmake
+lib/libChronoEngine.so
+%%DEMOS%%%%DATADIR%%/bin/demo_CH_EulerAngles
+%%DEMOS%%%%DATADIR%%/bin/demo_CH_archive
+%%DEMOS%%%%DATADIR%%/bin/demo_CH_buildsystem
+%%DEMOS%%%%DATADIR%%/bin/demo_CH_coords
+%%DEMOS%%%%DATADIR%%/bin/demo_CH_functions
+%%DEMOS%%%%DATADIR%%/bin/demo_CH_math
+%%DEMOS%%%%DATADIR%%/bin/demo_CH_powertrain
+%%DEMOS%%%%DATADIR%%/bin/demo_CH_solver
+%%DEMOS%%%%DATADIR%%/bin/demo_CH_stream
+%%TESTS%%%%DATADIR%%/bin/utest_CH_AVX
+%%TESTS%%%%DATADIR%%/bin/utest_CH_ChCSMatrix
+%%TESTS%%%%DATADIR%%/bin/utest_CH_ChFunction_Lambda
+%%TESTS%%%%DATADIR%%/bin/utest_CH_ChVector
+%%TESTS%%%%DATADIR%%/bin/utest_CH_assembly
+%%TESTS%%%%DATADIR%%/bin/utest_CH_benchmark_ChBody
+%%TESTS%%%%DATADIR%%/bin/utest_CH_benchmark_atomic
+%%TESTS%%%%DATADIR%%/bin/utest_CH_composite_inertia
+%%TESTS%%%%DATADIR%%/bin/utest_CH_compute_contact
+%%TESTS%%%%DATADIR%%/bin/utest_CH_coords
+%%TESTS%%%%DATADIR%%/bin/utest_CH_double_pend
+%%TESTS%%%%DATADIR%%/bin/utest_CH_math
+%%TESTS%%%%DATADIR%%/bin/utest_CH_slider_pend
+%%TESTS%%%%DATADIR%%/bin/utest_CH_sparse_matrix
+%%DATADIR%%/data/_template_POV.pov
+%%DATADIR%%/data/adams/test_Cylindrical_Case01.adm
+%%DATADIR%%/data/adams/test_Cylindrical_Case02.adm
+%%DATADIR%%/data/adams/test_Cylindrical_Case03.adm
+%%DATADIR%%/data/adams/test_Distance_Case01.adm
+%%DATADIR%%/data/adams/test_Distance_Case02.adm
+%%DATADIR%%/data/adams/test_Distance_Case03.adm
+%%DATADIR%%/data/adams/test_Prismatic_Case01.adm
+%%DATADIR%%/data/adams/test_Prismatic_Case02.adm
+%%DATADIR%%/data/adams/test_Prismatic_Case03.adm
+%%DATADIR%%/data/adams/test_RackPinion_Case01.adm
+%%DATADIR%%/data/adams/test_Revolute_Case01.adm
+%%DATADIR%%/data/adams/test_Revolute_Case02.adm
+%%DATADIR%%/data/adams/test_RotSpring_Case01.adm
+%%DATADIR%%/data/adams/test_Spherical_Case01.adm
+%%DATADIR%%/data/adams/test_Spherical_Case02.adm
+%%DATADIR%%/data/adams/test_TransSpring_Case01.adm
+%%DATADIR%%/data/adams/test_Universal_Case01.adm
+%%DATADIR%%/data/adams/test_Universal_Case02.adm
+%%DATADIR%%/data/adams/test_Universal_Case03.adm
+%%DATADIR%%/data/blu.png
+%%DATADIR%%/data/bluwhite.png
+%%DATADIR%%/data/bulldozerB10.obj
+%%DATADIR%%/data/carsound.ogg
+%%DATADIR%%/data/carsound.wav
+%%DATADIR%%/data/cascade/IRB7600_23_500_m2000_rev1_01_decorated.stp
+%%DATADIR%%/data/cascade/assembly.stp
+%%DATADIR%%/data/concrete.jpg
+%%DATADIR%%/data/coords.obj
+%%DATADIR%%/data/coords2.obj
+%%DATADIR%%/data/cosimulation/CEcosimulation.mdl
+%%DATADIR%%/data/cosimulation/CEcosimulation_interp.m
+%%DATADIR%%/data/cosimulation/block_logo.png
+%%DATADIR%%/data/cosimulation/test_cosim_hydraulics.mdl
+%%DATADIR%%/data/cosimulation/test_cosimulation.mdl
+%%DATADIR%%/data/cosimulation/test_socket.mdl
+%%DATADIR%%/data/cube.obj
+%%DATADIR%%/data/cubetexture.png
+%%DATADIR%%/data/cubetexture_bluwhite.png
+%%DATADIR%%/data/cubetexture_borders.png
+%%DATADIR%%/data/cubetexture_borders_ref.png
+%%DATADIR%%/data/cubetexture_pinkwhite.png
+%%DATADIR%%/data/cubetexture_wood.png
+%%DATADIR%%/data/cylinder.obj
+%%DATADIR%%/data/fan2.obj
+%%DATADIR%%/data/fea/ANCFtire/HMMWVBiLinearShell_Tire.INP
+%%DATADIR%%/data/fea/ANCFtire/IndataBiLinearShell_Tire(HMMWV50x24).INP
+%%DATADIR%%/data/fea/ANCFtire/QSOL0_All0.txt
+%%DATADIR%%/data/fea/CapHardeningInformation_TriaxialAxial.INP
+%%DATADIR%%/data/fea/Plate.mesh
+%%DATADIR%%/data/fea/Torus.mesh
+%%DATADIR%%/data/fea/beam.ele
+%%DATADIR%%/data/fea/beam.node
+%%DATADIR%%/data/fea/electrostatics.INP
+%%DATADIR%%/data/fea/tractor_wheel_coarse.INP
+%%DATADIR%%/data/fea/tractor_wheel_fine.INP
+%%DATADIR%%/data/fea/tractor_wheel_rim.obj
+%%DATADIR%%/data/fonts/arial8.xml
+%%DATADIR%%/data/fonts/arial80.bmp
+%%DATADIR%%/data/forklift_arm.obj
+%%DATADIR%%/data/forklift_body.obj
+%%DATADIR%%/data/forklift_forks.obj
+%%DATADIR%%/data/greenwhite.png
+%%DATADIR%%/data/load_system_matrices.m
+%%DATADIR%%/data/logo_chronoengine_alpha.png
+%%DATADIR%%/data/mpi/demo_domains_config.mpi
+%%DATADIR%%/data/mpi/demo_lcp_schwarz_config.mpi
+%%DATADIR%%/data/mpi/demo_mpibasic_config.mpi
+%%DATADIR%%/data/mpi/render_output.ini
+%%DATADIR%%/data/mpi/render_output.pov
+%%DATADIR%%/data/ob_chess_table.obj
+%%DATADIR%%/data/ogre/materials/textures/white.png
+%%DATADIR%%/data/ogre/models/box.material
+%%DATADIR%%/data/ogre/models/box.mesh
+%%DATADIR%%/data/ogre/models/cone.material
+%%DATADIR%%/data/ogre/models/cone.mesh
+%%DATADIR%%/data/ogre/models/cylinder.material
+%%DATADIR%%/data/ogre/models/cylinder.mesh
+%%DATADIR%%/data/ogre/models/sphere.material
+%%DATADIR%%/data/ogre/models/sphere.mesh
+%%DATADIR%%/data/ogre/skyboxes/sky/sky.material
+%%DATADIR%%/data/ogre/skyboxes/sky/sky_bottom.jpg
+%%DATADIR%%/data/ogre/skyboxes/sky/sky_side.jpg
+%%DATADIR%%/data/ogre/skyboxes/sky/sky_top.jpg
+%%DATADIR%%/data/opensim/Rajagopal2015.osim
+%%DATADIR%%/data/opensim/Rajagopal2015/capitate_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/capitate_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/fingers_lh.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/fingers_rh.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/hamate_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/hamate_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/hat_jaw.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/hat_ribs_scap.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/hat_skull.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/hat_spine.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/humerus_lv.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/humerus_rv.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/index_distal_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/index_distal_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/index_medial_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/index_medial_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/index_proximal_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/index_proximal_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/l_bofoot.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/l_femur.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/l_fibula.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/l_foot.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/l_patella.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/l_pelvis.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/l_talus.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/l_tibia.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/l_tibia_SOMEINVERTEDFACES.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/little_distal_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/little_distal_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/little_medial_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/little_medial_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/little_proximal_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/little_proximal_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/lunate_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/lunate_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/metacarpal1_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/metacarpal1_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/metacarpal2_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/metacarpal2_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/metacarpal3_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/metacarpal3_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/metacarpal4_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/metacarpal4_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/metacarpal5_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/metacarpal5_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/middle_distal_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/middle_distal_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/middle_medial_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/middle_medial_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/middle_proximal_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/middle_proximal_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/pisiform_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/pisiform_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/r_bofoot.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/r_femur.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/r_fibula.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/r_foot.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/r_patella.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/r_pelvis.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/r_talus.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/r_tibia.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/r_tibia_SOMEINVERTEDFACES.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/radius_lv.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/radius_rv.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/ring_distal_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/ring_distal_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/ring_medial_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/ring_medial_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/ring_proximal_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/ring_proximal_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/sacrum.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/scaphoid_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/scaphoid_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/thumb_distal_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/thumb_distal_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/thumb_proximal_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/thumb_proximal_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/trapezium_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/trapezium_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/trapezoid_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/trapezoid_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/triquetrum_lvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/triquetrum_rvs.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/ulna_lv.obj
+%%DATADIR%%/data/opensim/Rajagopal2015/ulna_rv.obj
+%%DATADIR%%/data/opensim/ScapulothorachicJoint_Shoulder.osim
+%%DATADIR%%/data/opensim/dancing_dude.osim
+%%DATADIR%%/data/opensim/double_pendulum.osim
+%%DATADIR%%/data/opensim/newton_cradle.osim
+%%DATADIR%%/data/opensim/point-actuator.osim
+%%DATADIR%%/data/opensim/spherical_revolute.osim
+%%DATADIR%%/data/opensim/test.osim
+%%DATADIR%%/data/opensim/torque-actuator.osim
+%%DATADIR%%/data/opensim/triple_revolute.osim
+%%DATADIR%%/data/pacejka/tireData.tire
+%%DATADIR%%/data/pallet.obj
+%%DATADIR%%/data/pink.png
+%%DATADIR%%/data/pinkwhite.png
+%%DATADIR%%/data/reactor.obj
+%%DATADIR%%/data/redwhite.png
+%%DATADIR%%/data/rock.jpg
+%%DATADIR%%/data/shoe_collision.obj
+%%DATADIR%%/data/shoe_view.obj
+%%DATADIR%%/data/skybox/sky_dn.jpg
+%%DATADIR%%/data/skybox/sky_lf.jpg
+%%DATADIR%%/data/skybox/sky_up.jpg
+%%DATADIR%%/data/solid_works/README.txt
+%%DATADIR%%/data/solid_works/swiss_escapement.py
+%%DATADIR%%/data/solid_works/swiss_escapement_shapes/body_1_1.obj
+%%DATADIR%%/data/solid_works/swiss_escapement_shapes/body_2_1.obj
+%%DATADIR%%/data/solid_works/swiss_escapement_shapes/body_2_2.obj
+%%DATADIR%%/data/solid_works/swiss_escapement_shapes/body_3_1.obj
+%%DATADIR%%/data/solid_works/swiss_escapement_shapes/body_4_1.obj
+%%DATADIR%%/data/solid_works/swiss_escapement_shapes/dump_log.txt
+%%DATADIR%%/data/spheretexture.png
+%%DATADIR%%/data/testing/UT_ANCFBeam.txt
+%%DATADIR%%/data/testing/UT_ANCFShellIso.txt
+%%DATADIR%%/data/testing/UT_ANCFShellLam.txt
+%%DATADIR%%/data/testing/UT_ANCFShellOrtGrav.txt
+%%DATADIR%%/data/testing/UT_DruckerPragerPlasticBrick9.txt
+%%DATADIR%%/data/testing/UT_EASBrickIso.txt
+%%DATADIR%%/data/testing/UT_EASBrickIso_Grav.txt
+%%DATADIR%%/data/testing/UT_EASBrickMR_Grav.txt
+%%DATADIR%%/data/testing/UT_J2PlasticBrick9.txt
+%%DATADIR%%/data/testing/UT_QuasiBendingBrick9.txt
+%%DATADIR%%/data/testing/UT_SwingingShellBrick9.txt
+%%DATADIR%%/data/testing/revolute.txt
+%%DATADIR%%/data/textures/road.jpg
+%%DATADIR%%/data/tire.png
+%%DATADIR%%/data/tire_truck.png
+%%DATADIR%%/data/tractor_wheel.obj
+%%DATADIR%%/data/tractor_wheel_fine.obj
+%%DATADIR%%/data/tractor_wheel_knobs.chulls
+%%DATADIR%%/data/tractor_wheel_slice.chulls
+%%DATADIR%%/data/vehicle/M113/Chassis.mtl
+%%DATADIR%%/data/vehicle/M113/Chassis.obj
+%%DATADIR%%/data/vehicle/M113/Chassis_Hulls.obj
+%%DATADIR%%/data/vehicle/M113/Idler_L.mtl
+%%DATADIR%%/data/vehicle/M113/Idler_L.obj
+%%DATADIR%%/data/vehicle/M113/Idler_R.mtl
+%%DATADIR%%/data/vehicle/M113/Idler_R.obj
+%%DATADIR%%/data/vehicle/M113/Idler_XforwardYup.obj
+%%DATADIR%%/data/vehicle/M113/M113_TrackSystem.json
+%%DATADIR%%/data/vehicle/M113/M113_TrackVehicle.json
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Chassis_POV_geom.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Chassis_POV_mat.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Idler_L_POV_geom.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Idler_L_POV_mat.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Idler_R_POV_geom.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Idler_R_POV_mat.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Roller_L_POV_geom.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Roller_L_POV_mat.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Roller_R_POV_geom.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Roller_R_POV_mat.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Sprocket_L_POV_geom.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Sprocket_L_POV_mat.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Sprocket_R_POV_geom.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/Sprocket_R_POV_mat.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/TrackShoe_POV_geom.inc
+%%DATADIR%%/data/vehicle/M113/POV-Ray/TrackShoe_POV_mat.inc
+%%DATADIR%%/data/vehicle/M113/README.md
+%%DATADIR%%/data/vehicle/M113/Roller_L.mtl
+%%DATADIR%%/data/vehicle/M113/Roller_L.obj
+%%DATADIR%%/data/vehicle/M113/Roller_R.mtl
+%%DATADIR%%/data/vehicle/M113/Roller_R.obj
+%%DATADIR%%/data/vehicle/M113/Roller_XforwardYup.obj
+%%DATADIR%%/data/vehicle/M113/Sprocket_L.mtl
+%%DATADIR%%/data/vehicle/M113/Sprocket_L.obj
+%%DATADIR%%/data/vehicle/M113/Sprocket_R.mtl
+%%DATADIR%%/data/vehicle/M113/Sprocket_R.obj
+%%DATADIR%%/data/vehicle/M113/Sprocket_XforwardYup.obj
+%%DATADIR%%/data/vehicle/M113/TorsionArmSuspension.json
+%%DATADIR%%/data/vehicle/M113/TrackChain.json
+%%DATADIR%%/data/vehicle/M113/TrackShoe.mtl
+%%DATADIR%%/data/vehicle/M113/TrackShoe.obj
+%%DATADIR%%/data/vehicle/M113/brake/M113_TrackBrakeSimple.json
+%%DATADIR%%/data/vehicle/M113/chassis/M113_Chassis.json
+%%DATADIR%%/data/vehicle/M113/chassis/M113_Chassis_box.json
+%%DATADIR%%/data/vehicle/M113/chassis/M113_Chassis_mesh.json
+%%DATADIR%%/data/vehicle/M113/driveline/M113_SimpleTrackDriveline.json
+%%DATADIR%%/data/vehicle/M113/driver/Acceleration.txt
+%%DATADIR%%/data/vehicle/M113/idler/M113_DoubleIdler_Left.json
+%%DATADIR%%/data/vehicle/M113/idler/M113_DoubleIdler_Right.json
+%%DATADIR%%/data/vehicle/M113/powertrain/M113_SimplePowertrain.json
+%%DATADIR%%/data/vehicle/M113/road_wheel/M113_DoubleRoadWheel_Left.json
+%%DATADIR%%/data/vehicle/M113/road_wheel/M113_DoubleRoadWheel_Right.json
+%%DATADIR%%/data/vehicle/M113/shoe_collision.chulls
+%%DATADIR%%/data/vehicle/M113/sprocket/M113_SprocketBand_Left.json
+%%DATADIR%%/data/vehicle/M113/sprocket/M113_SprocketBand_Right.json
+%%DATADIR%%/data/vehicle/M113/sprocket/M113_SprocketDoublePin_Left.json
+%%DATADIR%%/data/vehicle/M113/sprocket/M113_SprocketDoublePin_Right.json
+%%DATADIR%%/data/vehicle/M113/sprocket/M113_SprocketSinglePin_Left.json
+%%DATADIR%%/data/vehicle/M113/sprocket/M113_SprocketSinglePin_Right.json
+%%DATADIR%%/data/vehicle/M113/suspension/M113_LinearDamperSuspension_Left.json
+%%DATADIR%%/data/vehicle/M113/suspension/M113_LinearDamperSuspension_Right.json
+%%DATADIR%%/data/vehicle/M113/track_assembly/M113_TrackAssemblyBandANCF_Left.json
+%%DATADIR%%/data/vehicle/M113/track_assembly/M113_TrackAssemblyBandANCF_Right.json
+%%DATADIR%%/data/vehicle/M113/track_assembly/M113_TrackAssemblyBandBushing_Left.json
+%%DATADIR%%/data/vehicle/M113/track_assembly/M113_TrackAssemblyBandBushing_Right.json
+%%DATADIR%%/data/vehicle/M113/track_assembly/M113_TrackAssemblyDoublePin_Left.json
+%%DATADIR%%/data/vehicle/M113/track_assembly/M113_TrackAssemblyDoublePin_Right.json
+%%DATADIR%%/data/vehicle/M113/track_assembly/M113_TrackAssemblySinglePin_Left.json
+%%DATADIR%%/data/vehicle/M113/track_assembly/M113_TrackAssemblySinglePin_Right.json
+%%DATADIR%%/data/vehicle/M113/track_shoe/M113_TrackShoeBandANCF.json
+%%DATADIR%%/data/vehicle/M113/track_shoe/M113_TrackShoeBandBushing.json
+%%DATADIR%%/data/vehicle/M113/track_shoe/M113_TrackShoeDoublePin.json
+%%DATADIR%%/data/vehicle/M113/track_shoe/M113_TrackShoeSinglePin.json
+%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle.json
+%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_BandANCF.json
+%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_BandBushing.json
+%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_box.json
+%%DATADIR%%/data/vehicle/M113/vehicle/M113_Vehicle_mesh.json
+%%DATADIR%%/data/vehicle/MAN_5t/MAN_5t_chassis.mtl
+%%DATADIR%%/data/vehicle/MAN_5t/MAN_5t_chassis.obj
+%%DATADIR%%/data/vehicle/MAN_5t/MAN_5t_wheel_L.obj
+%%DATADIR%%/data/vehicle/MAN_5t/MAN_5t_wheel_R.obj
+%%DATADIR%%/data/vehicle/MAN_5t/POV-Ray/MAN_5t_chassis_POV_geom.inc
+%%DATADIR%%/data/vehicle/MAN_5t/POV-Ray/MAN_5t_chassis_POV_mat.inc
+%%DATADIR%%/data/vehicle/MAN_5t/POV-Ray/MAN_5t_wheel_L_POV_geom.inc
+%%DATADIR%%/data/vehicle/MAN_5t/POV-Ray/MAN_5t_wheel_L_POV_mat.inc
+%%DATADIR%%/data/vehicle/MAN_5t/POV-Ray/MAN_5t_wheel_R_POV_geom.inc
+%%DATADIR%%/data/vehicle/MAN_5t/POV-Ray/MAN_5t_wheel_R_POV_mat.inc
+%%DATADIR%%/data/vehicle/MAN_5t/brake/MAN_5t_BrakeSimple.json
+%%DATADIR%%/data/vehicle/MAN_5t/chassis/MAN_5t_Chassis.json
+%%DATADIR%%/data/vehicle/MAN_5t/driveline/MAN_5t_Driveline4WD.json
+%%DATADIR%%/data/vehicle/MAN_5t/powertrain/MAN_5t_SimplePowertrain.json
+%%DATADIR%%/data/vehicle/MAN_5t/steering/MAN_5t_RackPinion.json
+%%DATADIR%%/data/vehicle/MAN_5t/suspension/MAN_5t_SolidAxle.json
+%%DATADIR%%/data/vehicle/MAN_5t/suspensionTest/MAN_5t_ST_front.json
+%%DATADIR%%/data/vehicle/MAN_5t/suspensionTest/MAN_5t_ST_rear.json
+%%DATADIR%%/data/vehicle/MAN_5t/tire/MAN_5t_LugreTire.json
+%%DATADIR%%/data/vehicle/MAN_5t/tire/MAN_5t_RigidTire.json
+%%DATADIR%%/data/vehicle/MAN_5t/tire/MAN_5t_pacejka.tir
+%%DATADIR%%/data/vehicle/MAN_5t/vehicle/MAN_5t_Vehicle_4WD.json
+%%DATADIR%%/data/vehicle/MAN_5t/wheel/MAN_5t_WheelSimple.json
+%%DATADIR%%/data/vehicle/MAN_5t/wheel/MAN_5t_Wheel_FrontLeft.json
+%%DATADIR%%/data/vehicle/MAN_5t/wheel/MAN_5t_Wheel_FrontRight.json
+%%DATADIR%%/data/vehicle/MAN_5t/wheel/MAN_5t_Wheel_RearLeft.json
+%%DATADIR%%/data/vehicle/MAN_5t/wheel/MAN_5t_Wheel_RearRight.json
+%%DATADIR%%/data/vehicle/generic/antirollbar/AntirollBarRSD.json
+%%DATADIR%%/data/vehicle/generic/brake/BrakeSimple.json
+%%DATADIR%%/data/vehicle/generic/chassis/Chassis.json
+%%DATADIR%%/data/vehicle/generic/driveline/Driveline2WD.json
+%%DATADIR%%/data/vehicle/generic/driveline/Driveline4WD.json
+%%DATADIR%%/data/vehicle/generic/driveline/DrivelineSimple.json
+%%DATADIR%%/data/vehicle/generic/driver/Sample_Maneuver.txt
+%%DATADIR%%/data/vehicle/generic/driver/SpeedController.json
+%%DATADIR%%/data/vehicle/generic/driver/SpeedController_ISO_double_lane_change.json
+%%DATADIR%%/data/vehicle/generic/driver/SteeringController.json
+%%DATADIR%%/data/vehicle/generic/driver/SteeringControllerXT.json
+%%DATADIR%%/data/vehicle/generic/driver/SteeringController_ISO_double_lane_change.json
+%%DATADIR%%/data/vehicle/generic/powertrain/ShaftsPowertrain.json
+%%DATADIR%%/data/vehicle/generic/powertrain/SimplePowertrain.json
+%%DATADIR%%/data/vehicle/generic/steering/PitmanArm.json
+%%DATADIR%%/data/vehicle/generic/steering/RackPinion.json
+%%DATADIR%%/data/vehicle/generic/suspension/DoubleWishbone.json
+%%DATADIR%%/data/vehicle/generic/suspension/DoubleWishboneCurve.json
+%%DATADIR%%/data/vehicle/generic/suspension/MacPhersonStrut.json
+%%DATADIR%%/data/vehicle/generic/suspension/MultiLink.json
+%%DATADIR%%/data/vehicle/generic/suspension/SemiTrailingArm.json
+%%DATADIR%%/data/vehicle/generic/suspension/SolidAxle.json
+%%DATADIR%%/data/vehicle/generic/suspension/ThreeLinkIRS.json
+%%DATADIR%%/data/vehicle/generic/tire/FialaTire.json
+%%DATADIR%%/data/vehicle/generic/tire/LugreTire.json
+%%DATADIR%%/data/vehicle/generic/tire/RigidTire.json
+%%DATADIR%%/data/vehicle/generic/vehicle/Vehicle_DoubleWishbones.json
+%%DATADIR%%/data/vehicle/generic/vehicle/Vehicle_DoubleWishbones_ARB.json
+%%DATADIR%%/data/vehicle/generic/vehicle/Vehicle_MacPhersonStruts.json
+%%DATADIR%%/data/vehicle/generic/vehicle/Vehicle_MultiLinks.json
+%%DATADIR%%/data/vehicle/generic/vehicle/Vehicle_SemiTrailingArm.json
+%%DATADIR%%/data/vehicle/generic/vehicle/Vehicle_SolidAxles.json
+%%DATADIR%%/data/vehicle/generic/vehicle/Vehicle_ThreeAxles.json
+%%DATADIR%%/data/vehicle/generic/vehicle/Vehicle_ThreeLinkIRS.json
+%%DATADIR%%/data/vehicle/generic/vehicle_multisteer/Vehicle_DualFront_Independent.json
+%%DATADIR%%/data/vehicle/generic/vehicle_multisteer/Vehicle_DualFront_Shared.json
+%%DATADIR%%/data/vehicle/generic/wheel/WheelSimple.json
+%%DATADIR%%/data/vehicle/hmmwv/POV-Ray/hmmwv_chassis_POV_geom.inc
+%%DATADIR%%/data/vehicle/hmmwv/POV-Ray/hmmwv_chassis_POV_mat.inc
+%%DATADIR%%/data/vehicle/hmmwv/POV-Ray/hmmwv_chassis_flatbed_POV_geom.inc
+%%DATADIR%%/data/vehicle/hmmwv/POV-Ray/hmmwv_chassis_flatbed_POV_mat.inc
+%%DATADIR%%/data/vehicle/hmmwv/POV-Ray/lugged_wheel_POV_geom.inc
+%%DATADIR%%/data/vehicle/hmmwv/POV-Ray/lugged_wheel_POV_mat.inc
+%%DATADIR%%/data/vehicle/hmmwv/POV-Ray/wheel_L_POV_geom.inc
+%%DATADIR%%/data/vehicle/hmmwv/POV-Ray/wheel_L_POV_mat.inc
+%%DATADIR%%/data/vehicle/hmmwv/POV-Ray/wheel_R_POV_geom.inc
+%%DATADIR%%/data/vehicle/hmmwv/POV-Ray/wheel_R_POV_mat.inc
+%%DATADIR%%/data/vehicle/hmmwv/README.md
+%%DATADIR%%/data/vehicle/hmmwv/brake/HMMWV_BrakeSimple_Front.json
+%%DATADIR%%/data/vehicle/hmmwv/brake/HMMWV_BrakeSimple_Rear.json
+%%DATADIR%%/data/vehicle/hmmwv/chassis/HMMWV_Chassis.json
+%%DATADIR%%/data/vehicle/hmmwv/driveline/HMMWV_Driveline2WD.json
+%%DATADIR%%/data/vehicle/hmmwv/driveline/HMMWV_Driveline4WD.json
+%%DATADIR%%/data/vehicle/hmmwv/driveline/HMMWV_DrivelineSimple.json
+%%DATADIR%%/data/vehicle/hmmwv/hmmwv_chassis.mtl
+%%DATADIR%%/data/vehicle/hmmwv/hmmwv_chassis.obj
+%%DATADIR%%/data/vehicle/hmmwv/hmmwv_chassis_flatbed.obj
+%%DATADIR%%/data/vehicle/hmmwv/hmmwv_chassis_simple.obj
+%%DATADIR%%/data/vehicle/hmmwv/hmmwv_tire.obj
+%%DATADIR%%/data/vehicle/hmmwv/hmmwv_tire_coarse.obj
+%%DATADIR%%/data/vehicle/hmmwv/left_hub.mtl
+%%DATADIR%%/data/vehicle/hmmwv/left_hub.obj
+%%DATADIR%%/data/vehicle/hmmwv/left_tire.mtl
+%%DATADIR%%/data/vehicle/hmmwv/left_tire.obj
+%%DATADIR%%/data/vehicle/hmmwv/lugged_wheel.obj
+%%DATADIR%%/data/vehicle/hmmwv/lugged_wheel_section.obj
+%%DATADIR%%/data/vehicle/hmmwv/pactest.tir
+%%DATADIR%%/data/vehicle/hmmwv/powertrain/HMMWV_SimplePowertrain.json
+%%DATADIR%%/data/vehicle/hmmwv/powertrain/engine.txt
+%%DATADIR%%/data/vehicle/hmmwv/powertrain/tc.txt
+%%DATADIR%%/data/vehicle/hmmwv/right_hub.mtl
+%%DATADIR%%/data/vehicle/hmmwv/right_hub.obj
+%%DATADIR%%/data/vehicle/hmmwv/right_tire.mtl
+%%DATADIR%%/data/vehicle/hmmwv/right_tire.obj
+%%DATADIR%%/data/vehicle/hmmwv/steering/HMMWV_PitmanArm.json
+%%DATADIR%%/data/vehicle/hmmwv/steering/HMMWV_RackPinion.json
+%%DATADIR%%/data/vehicle/hmmwv/suspension/HMMWV_DoubleWishboneFront.json
+%%DATADIR%%/data/vehicle/hmmwv/suspension/HMMWV_DoubleWishboneRear.json
+%%DATADIR%%/data/vehicle/hmmwv/suspension/HMMWV_DoubleWishboneReducedFront.json
+%%DATADIR%%/data/vehicle/hmmwv/suspension/HMMWV_DoubleWishboneReducedRear.json
+%%DATADIR%%/data/vehicle/hmmwv/suspension/HMMWV_ThreeLinkIRS.json
+%%DATADIR%%/data/vehicle/hmmwv/suspensionTest/HMMWV_ST_front.json
+%%DATADIR%%/data/vehicle/hmmwv/suspensionTest/HMMWV_ST_rear.json
+%%DATADIR%%/data/vehicle/hmmwv/suspensionTest/ST_inputs.dat
+%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_ANCFTire.json
+%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_ANCFTire_Lumped.json
+%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_FEATire.json
+%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_LugreTire.json
+%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_ReissnerTire.json
+%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_RigidMeshTire.json
+%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_RigidMeshTire_Coarse.json
+%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_RigidTire.json
+%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_TMeasyTire.json
+%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_lugged_coarse.inp
+%%DATADIR%%/data/vehicle/hmmwv/tire/HMMWV_pacejka.tir
+%%DATADIR%%/data/vehicle/hmmwv/vehicle/HMMWV_Vehicle.json
+%%DATADIR%%/data/vehicle/hmmwv/vehicle/HMMWV_Vehicle_4WD.json
+%%DATADIR%%/data/vehicle/hmmwv/vehicle/HMMWV_Vehicle_balanced.json
+%%DATADIR%%/data/vehicle/hmmwv/vehicle/HMMWV_Vehicle_simple.json
+%%DATADIR%%/data/vehicle/hmmwv/vehicle/HMMWV_Vehicle_simple_lugged.json
+%%DATADIR%%/data/vehicle/hmmwv/vehicle/HMMWV_Vehicle_simple_mesh.json
+%%DATADIR%%/data/vehicle/hmmwv/wheel/HMMWV_Wheel_FrontLeft.json
+%%DATADIR%%/data/vehicle/hmmwv/wheel/HMMWV_Wheel_FrontRight.json
+%%DATADIR%%/data/vehicle/hmmwv/wheel/HMMWV_Wheel_Lugged.json
+%%DATADIR%%/data/vehicle/hmmwv/wheel/HMMWV_Wheel_Mesh.json
+%%DATADIR%%/data/vehicle/hmmwv/wheel/HMMWV_Wheel_RearLeft.json
+%%DATADIR%%/data/vehicle/hmmwv/wheel/HMMWV_Wheel_RearRight.json
+%%DATADIR%%/data/vehicle/hmmwv/wheel_L.mtl
+%%DATADIR%%/data/vehicle/hmmwv/wheel_L.obj
+%%DATADIR%%/data/vehicle/hmmwv/wheel_R.mtl
+%%DATADIR%%/data/vehicle/hmmwv/wheel_R.obj
+%%DATADIR%%/data/vehicle/paths/ISO_double_lane_change.txt
+%%DATADIR%%/data/vehicle/paths/ISO_double_lane_change2.txt
+%%DATADIR%%/data/vehicle/paths/NATO_double_lane_change.txt
+%%DATADIR%%/data/vehicle/paths/curve.txt
+%%DATADIR%%/data/vehicle/paths/sample.txt
+%%DATADIR%%/data/vehicle/paths/straight.txt
+%%DATADIR%%/data/vehicle/paths/straight10km.txt
+%%DATADIR%%/data/vehicle/sedan/sedan_chassis_col.obj
+%%DATADIR%%/data/vehicle/sedan/sedan_chassis_collision_v2.blend
+%%DATADIR%%/data/vehicle/sedan/sedan_chassis_vis.mtl
+%%DATADIR%%/data/vehicle/sedan/sedan_chassis_vis.obj
+%%DATADIR%%/data/vehicle/sedan/sedan_chassis_visualization(decimated).blend
+%%DATADIR%%/data/vehicle/sedan/sedan_chassis_visualization.blend
+%%DATADIR%%/data/vehicle/sedan/tire.mtl
+%%DATADIR%%/data/vehicle/sedan/tire.obj
+%%DATADIR%%/data/vehicle/sedan/wheel_hub_left.mtl
+%%DATADIR%%/data/vehicle/sedan/wheel_hub_left.obj
+%%DATADIR%%/data/vehicle/sedan/wheel_hub_right.mtl
+%%DATADIR%%/data/vehicle/sedan/wheel_hub_right.obj
+%%DATADIR%%/data/vehicle/terrain/RigidHeightMap.json
+%%DATADIR%%/data/vehicle/terrain/RigidMesh.json
+%%DATADIR%%/data/vehicle/terrain/RigidPatches.json
+%%DATADIR%%/data/vehicle/terrain/RigidPlane.json
+%%DATADIR%%/data/vehicle/terrain/RigidSlope10.json
+%%DATADIR%%/data/vehicle/terrain/RigidSlope20.json
+%%DATADIR%%/data/vehicle/terrain/crg_roads/Barber.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/Horstwalde.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_arc.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_banked.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_circle.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_curved.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_curved_banked_sloped.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_curved_minimalist.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_sloped.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_sloped_opts.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_straight.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_straight_double.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_straight_minimalist.crg
+%%DATADIR%%/data/vehicle/terrain/crg_roads/handmade_vtest.crg
+%%DATADIR%%/data/vehicle/terrain/height_maps/slope.bmp
+%%DATADIR%%/data/vehicle/terrain/height_maps/test64.bmp
+%%DATADIR%%/data/vehicle/terrain/meshes/test.obj
+%%DATADIR%%/data/vehicle/terrain/textures/dirt.jpg
+%%DATADIR%%/data/vehicle/terrain/textures/grass.jpg
+%%DATADIR%%/data/vehicle/terrain/textures/tile4.jpg
+%%DATADIR%%/data/vehicle/uaz/brake/UAZBUS_BrakeSimple_Front.json
+%%DATADIR%%/data/vehicle/uaz/brake/UAZBUS_BrakeSimple_Rear.json
+%%DATADIR%%/data/vehicle/uaz/chassis/UAZ469_Chassis.json
+%%DATADIR%%/data/vehicle/uaz/chassis/UAZBUS_Chassis.json
+%%DATADIR%%/data/vehicle/uaz/driveline/UAZBUS_Driveline2WD.json
+%%DATADIR%%/data/vehicle/uaz/driveline/UAZBUS_Driveline4WD.json
+%%DATADIR%%/data/vehicle/uaz/powertrain/UAZBUS_SimpleMapPowertrain.json
+%%DATADIR%%/data/vehicle/uaz/steering/UAZ469_RotaryArm.json
+%%DATADIR%%/data/vehicle/uaz/steering/UAZBUS_RotaryArm.json
+%%DATADIR%%/data/vehicle/uaz/suspension/UAZ469_FrontLeafspringAxle.json
+%%DATADIR%%/data/vehicle/uaz/suspension/UAZBUS_FrontLeafspringAxle.json
+%%DATADIR%%/data/vehicle/uaz/suspension/UAZBUS_RearLeafspringAxle.json
+%%DATADIR%%/data/vehicle/uaz/tire/UAZBUS_TMeasyTireFront.json
+%%DATADIR%%/data/vehicle/uaz/tire/UAZBUS_TMeasyTireRear.json
+%%DATADIR%%/data/vehicle/uaz/uaz469_chassis.mtl
+%%DATADIR%%/data/vehicle/uaz/uaz469_chassis.obj
+%%DATADIR%%/data/vehicle/uaz/uazbus_chassis.mtl
+%%DATADIR%%/data/vehicle/uaz/uazbus_chassis.obj
+%%DATADIR%%/data/vehicle/uaz/uazbus_tire.obj
+%%DATADIR%%/data/vehicle/uaz/vehicle/UAZ469_Vehicle.json
+%%DATADIR%%/data/vehicle/uaz/vehicle/UAZBUS_Vehicle.json
+%%DATADIR%%/data/vehicle/uaz/wheel/UAZBUS_Wheel_FrontLeft.json
+%%DATADIR%%/data/vehicle/uaz/wheel/UAZBUS_Wheel_FrontRight.json
+%%DATADIR%%/data/vehicle/uaz/wheel/UAZBUS_Wheel_RearLeft.json
+%%DATADIR%%/data/vehicle/uaz/wheel/UAZBUS_Wheel_RearRight.json
+%%DATADIR%%/data/vehicle/uaz/wheel_L.mtl
+%%DATADIR%%/data/vehicle/uaz/wheel_L.obj
+%%DATADIR%%/data/vehicle/uaz/wheel_R.mtl
+%%DATADIR%%/data/vehicle/uaz/wheel_R.obj
+%%DATADIR%%/data/wheel.obj
+%%DATADIR%%/data/wheel_view.obj
+%%DATADIR%%/template_project/CMakeLists.txt
+%%DATADIR%%/template_project/my_example.cpp