Simbody
3.4 (development)
|
00001 #ifndef SimTK_SIMBODY_MOBILIZED_BODY_BUILTINS_H_ 00002 #define SimTK_SIMBODY_MOBILIZED_BODY_BUILTINS_H_ 00003 00004 /* -------------------------------------------------------------------------- * 00005 * Simbody(tm) * 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) 2012 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 00031 #include "simbody/internal/MobilizedBody_Ball.h" 00032 #include "simbody/internal/MobilizedBody_BendStretch.h" 00033 #include "simbody/internal/MobilizedBody_Bushing.h" 00034 #include "simbody/internal/MobilizedBody_Custom.h" 00035 #include "simbody/internal/MobilizedBody_Cylinder.h" 00036 #include "simbody/internal/MobilizedBody_Ellipsoid.h" 00037 #include "simbody/internal/MobilizedBody_Free.h" 00038 #include "simbody/internal/MobilizedBody_FreeLine.h" 00039 #include "simbody/internal/MobilizedBody_FunctionBased.h" 00040 #include "simbody/internal/MobilizedBody_Gimbal.h" 00041 #include "simbody/internal/MobilizedBody_Ground.h" 00042 #include "simbody/internal/MobilizedBody_LineOrientation.h" 00043 #include "simbody/internal/MobilizedBody_Pin.h" 00044 #include "simbody/internal/MobilizedBody_Planar.h" 00045 #include "simbody/internal/MobilizedBody_Screw.h" 00046 #include "simbody/internal/MobilizedBody_Slider.h" 00047 #include "simbody/internal/MobilizedBody_SphericalCoords.h" 00048 #include "simbody/internal/MobilizedBody_Translation.h" 00049 #include "simbody/internal/MobilizedBody_Universal.h" 00050 #include "simbody/internal/MobilizedBody_Weld.h" 00051 00052 #endif // SimTK_SIMBODY_MOBILIZED_BODY_BUILTINS_H_ 00053 00054 00055