wbc
|
#include <eigen_conversion.h>
Public Member Functions | |
python_list_to_eigen_transform () | |
Static Public Member Functions | |
static void * | convertible (PyObject *obj_ptr) |
static void | construct (PyObject *obj_ptr, py::converter::rvalue_from_python_stage1_data *data) |
Conversion from a python list to an Eigen Transform This convert a list of lists of type T (float32, float64) to an Eigen::Transform type The template Transform type should be a type as e.g. Eigen::Transform<double, dim, Options>
|
inline |
|
inlinestatic |
|
inlinestatic |