Simbody  3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SimTKsimbody.h
Go to the documentation of this file.
1 #ifndef SimTK_SIMBODY_SimTKSIMBODY_H_
2 #define SimTK_SIMBODY_SimTKSIMBODY_H_
3 /* -------------------------------------------------------------------------- *
4  * Simbody(tm) *
5  * -------------------------------------------------------------------------- *
6  * This is part of the SimTK biosimulation toolkit originating from *
7  * Simbios, the NIH National Center for Physics-Based Simulation of *
8  * Biological Structures at Stanford, funded under the NIH Roadmap for *
9  * Medical Research, grant U54 GM072970. See https://simtk.org/home/simbody. *
10  * *
11  * Please cite: *
12  * Michael A. Sherman, Ajay Seth, Scott L. Delp, Simbody: multibody *
13  * dynamics for biomedical research, Procedia IUTAM 2:241-261 (2011) *
14  * http://dx.doi.org/10.1016/j.piutam.2011.04.023. *
15  * *
16  * Portions copyright (c) 2005-12 Stanford University and the Authors. *
17  * Authors: Michael Sherman, Peter Eastman *
18  * Contributors: Jack Middleton, Christopher Bruns, Paul Mitiguy, Matthew *
19  * Millard, Charles Schwieters, Abhinandan Jain, Isaac Newton *
20  * *
21  * Licensed under the Apache License, Version 2.0 (the "License"); you may *
22  * not use this file except in compliance with the License. You may obtain a *
23  * copy of the License at http://www.apache.org/licenses/LICENSE-2.0. *
24  * *
25  * Unless required by applicable law or agreed to in writing, software *
26  * distributed under the License is distributed on an "AS IS" BASIS, *
27  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
28  * See the License for the specific language governing permissions and *
29  * limitations under the License. *
30  * -------------------------------------------------------------------------- */
31 
38 // This should be kept self-contained for backwards compatibility since
39 // in releases prior to Simbody 2.2 users were told to include "SimTKsimbody.h"
40 // rather than the now-preferred "Simbody.h".
41 
42 #include "SimTKcommon.h"
43 #include "SimTKmath.h"
46 #include "simbody/internal/Body.h"
52 #include "simbody/internal/Force.h"
75 
76 #endif // SimTK_SIMBODY_SimTKSIMBODY_H_