1 /* -------------------------------------------------------------------------- * 2 * OpenSim: Adapters.h * 3 * -------------------------------------------------------------------------- * 4 * The OpenSim API is a toolkit for musculoskeletal modeling and simulation. * 5 * See http://opensim.stanford.edu and the NOTICE file for more information. * 6 * OpenSim is developed at Stanford University and supported by the US * 7 * National Institutes of Health (U54 GM072970, R24 HD065690) and by DARPA * 8 * through the Warrior Web program. * 9 * * 10 * Copyright (c) 2005-2017 Stanford University and the Authors * 11 * * 12 * Licensed under the Apache License, Version 2.0 (the "License"); you may * 13 * not use this file except in compliance with the License. You may obtain a * 14 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0. * 15 * * 16 * Unless required by applicable law or agreed to in writing, software * 17 * distributed under the License is distributed on an "AS IS" BASIS, * 18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * 19 * See the License for the specific language governing permissions and * 20 * limitations under the License. * 21 * -------------------------------------------------------------------------- */ 22 23 #include "DataAdapter.h" 24 #include "FileAdapter.h" 25 #include "TRCFileAdapter.h" 26 #include "DelimFileAdapter.h" 27 #include "STOFileAdapter.h" 28 #include "CSVFileAdapter.h" 29 30 #ifdef WITH_BTK 31 32 #include "C3DFileAdapter.h" 33 34 #endif 35