|
opynsim
Unofficial C++ Documentation
|
#include <model_specification.h>
Public Member Functions | |
| ModelSpecification () | |
| Model | compile () const |
Static Public Member Functions | |
| static ModelSpecification | from_osim_file (const std::filesystem::path &) |
| static ModelSpecification | example_pendulum () |
| static ModelSpecification | example_double_pendulum () |
|
explicit |
| Model opyn::ModelSpecification::compile | ( | ) | const |
Returns a Model compiled from this ModelSpecification, throws an exception if there's a compilation error.
|
static |
|
static |
|
static |