|
DPsim
|
#include <DPsim.h>#include <iomanip>#include <pybind11/eigen.h>#include <pybind11/functional.h>#include <pybind11/pybind11.h>#include <pybind11/stl.h>Go to the source code of this file.
Functions | |
| template<typename T> | |
| py::cpp_function | createAttributeSetter (const std::string name) |
| template<typename T> | |
| py::cpp_function | createAttributeGetter (const std::string name) |
| CPS::Matrix | zeroMatrix (int dim) |
| std::string | getAttributeList (CPS::IdentifiedObject &obj) |
| void | printAttributes (CPS::IdentifiedObject &obj) |
| void | printAttribute (CPS::IdentifiedObject &obj, std::string attr) |
| py::cpp_function createAttributeGetter | ( | const std::string | name | ) |
| py::cpp_function createAttributeSetter | ( | const std::string | name | ) |
| std::string getAttributeList | ( | CPS::IdentifiedObject & | obj | ) |
| void printAttribute | ( | CPS::IdentifiedObject & | obj, |
| std::string | attr ) |
| void printAttributes | ( | CPS::IdentifiedObject & | obj | ) |
| CPS::Matrix zeroMatrix | ( | int | dim | ) |