dynamicgraph::python::convert Namespace Reference

Functions

void fillMatrixRow (Matrix &m, unsigned iRow, PyObject *tuple)
 
void fillMatrixRow (Eigen::Matrix4d &m, unsigned iRow, PyObject *tuple)
 
command::Value pythonToValue (PyObject *pyObject, const command::Value::Type &valueType)
 
PyObject * vectorToPython (const Vector &vector)
 
PyObject * matrixToPython (const Matrix &matrix)
 
PyObject * matrix4dToPython (const Eigen::Matrix4d &matrix)
 
PyObject * valueToPython (const command::Value &value)
 
PyObject * matrixToPython (const ::dynamicgraph::Matrix &matrix)
 
PyObject * valueToPython (const ::dynamicgraph::command::Value &value)
 

Function Documentation

void dynamicgraph::python::convert::fillMatrixRow ( Matrix m,
unsigned  iRow,
PyObject *  tuple 
)
void dynamicgraph::python::convert::fillMatrixRow ( Eigen::Matrix4d &  m,
unsigned  iRow,
PyObject *  tuple 
)
PyObject * dynamicgraph::python::convert::matrix4dToPython ( const Eigen::Matrix4d &  matrix)

Referenced by valueToPython().

PyObject* dynamicgraph::python::convert::matrixToPython ( const ::dynamicgraph::Matrix matrix)
PyObject* dynamicgraph::python::convert::matrixToPython ( const Matrix matrix)
PyObject* dynamicgraph::python::convert::valueToPython ( const ::dynamicgraph::command::Value value)
PyObject * dynamicgraph::python::convert::vectorToPython ( const Vector vector)