This is the header file that user code should include to pick up the SimTK C++ interface to the Sundials CPODES coordinate-projection integrator. More...
#include "SimTKcommon.h"
#include <cstdio>
Go to the source code of this file.
Classes | |
class | CPodesSystem |
This abstract class defines the system to be integrated with SimTK CPodes. More... | |
class | CPodes |
This is a straightforward translation of the Sundials CPODES C interface into C++. More... | |
Namespaces | |
namespace | SimTK |
This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols. | |
Defines | |
#define | SimTK_CPODES_EXPORT |
Functions | |
void | SimTK_version_SimTKcpodes (int *major, int *minor, int *build) |
void | SimTK_about_SimTKcpodes (const char *key, int maxlen, char *value) |
This is the header file that user code should include to pick up the SimTK C++ interface to the Sundials CPODES coordinate-projection integrator.
#define SimTK_CPODES_EXPORT |
void SimTK_about_SimTKcpodes | ( | const char * | key, | |
int | maxlen, | |||
char * | value | |||
) |
void SimTK_version_SimTKcpodes | ( | int * | major, | |
int * | minor, | |||
int * | build | |||
) |