wbc
|
#include <eigen3/Eigen/Core>
#include <boost/python.hpp>
#include <boost/python/implicit.hpp>
#include <boost/python/module.hpp>
#include <boost/python/numpy.hpp>
Go to the source code of this file.
Namespaces | |
namespace | pygen |
Functions | |
template<typename MatrixType > | |
void | pygen::convertMatrix (bool isListConvertible=true) |
template<typename QuaternionType > | |
void | pygen::convertQuaternion (bool isListConvertible=true) |
template<typename TransformType > | |
void | pygen::convertTransform (bool isListConvertible=true) |
template<typename VectorType > | |
void | pygen::convertVector (bool isListConvertible=true) |