opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
opyn::ModelSpecification Class Reference

#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 ()
 

Constructor & Destructor Documentation

◆ ModelSpecification()

opyn::ModelSpecification::ModelSpecification ( )
explicit

Member Function Documentation

◆ compile()

Model opyn::ModelSpecification::compile ( ) const

Returns a Model compiled from this ModelSpecification, throws an exception if there's a compilation error.

◆ example_double_pendulum()

static ModelSpecification opyn::ModelSpecification::example_double_pendulum ( )
static

◆ example_pendulum()

static ModelSpecification opyn::ModelSpecification::example_pendulum ( )
static

◆ from_osim_file()

static ModelSpecification opyn::ModelSpecification::from_osim_file ( const std::filesystem::path &  )
static

The documentation for this class was generated from the following file: