8 #ifndef PYBIND_ADD_INERTIA_MOMENT_H 9 #define PYBIND_ADD_INERTIA_MOMENT_H Namespace for functions to bind C++ classes to Python.
This file is for binding Adder class to Python.
void py_add_inertia_moment(py::module &m)
Bind AddInertiaMoment class to Python.
This file has a definition of AddInertiaMoment class, which is a subclass of Adder class...