Simbody
3.4 (development)
|
00001 #ifndef SimTK_SimTKCOMMON_H_ 00002 #define SimTK_SimTKCOMMON_H_ 00003 00004 /* -------------------------------------------------------------------------- * 00005 * Simbody(tm): SimTKcommon * 00006 * -------------------------------------------------------------------------- * 00007 * This is part of the SimTK biosimulation toolkit originating from * 00008 * Simbios, the NIH National Center for Physics-Based Simulation of * 00009 * Biological Structures at Stanford, funded under the NIH Roadmap for * 00010 * Medical Research, grant U54 GM072970. See https://simtk.org/home/simbody. * 00011 * * 00012 * Portions copyright (c) 2005-13 Stanford University and the Authors. * 00013 * Authors: Michael Sherman * 00014 * Contributors: * 00015 * * 00016 * Licensed under the Apache License, Version 2.0 (the "License"); you may * 00017 * not use this file except in compliance with the License. You may obtain a * 00018 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0. * 00019 * * 00020 * Unless required by applicable law or agreed to in writing, software * 00021 * distributed under the License is distributed on an "AS IS" BASIS, * 00022 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * 00023 * See the License for the specific language governing permissions and * 00024 * limitations under the License. * 00025 * -------------------------------------------------------------------------- */ 00026 00032 #include "SimTKcommon/basics.h" 00033 00034 #if defined(__cplusplus) 00035 #include "SimTKcommon/Simmatrix.h" 00036 #include "SimTKcommon/internal/State.h" 00037 #include "SimTKcommon/internal/Measure.h" 00038 #include "SimTKcommon/internal/MeasureImplementation.h" 00039 #include "SimTKcommon/internal/PolygonalMesh.h" 00040 #include "SimTKcommon/internal/DecorativeGeometry.h" 00041 #include "SimTKcommon/internal/DecorationGenerator.h" 00042 #include "SimTKcommon/internal/System.h" 00043 #include "SimTKcommon/internal/SystemGuts.h" 00044 #include "SimTKcommon/internal/Subsystem.h" 00045 #include "SimTKcommon/internal/SubsystemGuts.h" 00046 #include "SimTKcommon/internal/Study.h" 00047 #include "SimTKcommon/internal/Function.h" 00048 #include "SimTKcommon/internal/Random.h" 00049 #include "SimTKcommon/internal/PolynomialRootFinder.h" 00050 #include "SimTKcommon/internal/PrivateImplementation.h" 00051 #include "SimTKcommon/internal/EventHandler.h" 00052 #include "SimTKcommon/internal/EventReporter.h" 00053 #include "SimTKcommon/internal/ParallelExecutor.h" 00054 #include "SimTKcommon/internal/Parallel2DExecutor.h" 00055 #include "SimTKcommon/internal/ParallelWorkQueue.h" 00056 #include "SimTKcommon/internal/ThreadLocal.h" 00057 #include "SimTKcommon/internal/AtomicInteger.h" 00058 #include "SimTKcommon/internal/Pathname.h" 00059 #include "SimTKcommon/internal/Plugin.h" 00060 #include "SimTKcommon/internal/Timing.h" 00061 #include "SimTKcommon/internal/Xml.h" 00062 #include "SimTKcommon/Testing.h" 00063 #endif 00064 00065 00066 #endif /* SimTK_SimTKCOMMON_H_ */