#include <se3.hpp>
Classes | |
struct | Pickle |
Public Types | |
enum | { Options = SE3::Options } |
typedef SE3::ActionMatrixType | ActionMatrixType |
typedef ForceTpl< Scalar, Options > | Force |
typedef InertiaTpl< Scalar, Options > | Inertia |
typedef SE3::Matrix3 | Matrix3 |
typedef SE3::Matrix4 | Matrix4 |
typedef MotionTpl< Scalar, Options > | Motion |
typedef SE3::Quaternion | Quaternion |
typedef SE3::Scalar | Scalar |
typedef SE3::Vector3 | Vector3 |
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Public Member Functions | |
static void | expose () |
static std::string | scopeName () |
Static Private Member Functions | |
static Matrix4 | __array__ (const SE3 &self, bp::object, bp::object) |
template<typename Spatial > | |
static Spatial | __mul__ (const SE3 &self, const Spatial &other) |
static std::string | repr (const SE3 &self) |
static void | setIdentity (SE3 &self) |
static void | setRandom (SE3 &self) |
Definition at line 37 of file bindings/python/spatial/se3.hpp.
typedef SE3::ActionMatrixType pinocchio::python::SE3PythonVisitor< SE3 >::ActionMatrixType |
Definition at line 48 of file bindings/python/spatial/se3.hpp.
typedef ForceTpl<Scalar, Options> pinocchio::python::SE3PythonVisitor< SE3 >::Force |
Definition at line 51 of file bindings/python/spatial/se3.hpp.
typedef InertiaTpl<Scalar, Options> pinocchio::python::SE3PythonVisitor< SE3 >::Inertia |
Definition at line 52 of file bindings/python/spatial/se3.hpp.
typedef SE3::Matrix3 pinocchio::python::SE3PythonVisitor< SE3 >::Matrix3 |
Definition at line 44 of file bindings/python/spatial/se3.hpp.
typedef SE3::Matrix4 pinocchio::python::SE3PythonVisitor< SE3 >::Matrix4 |
Definition at line 46 of file bindings/python/spatial/se3.hpp.
typedef MotionTpl<Scalar, Options> pinocchio::python::SE3PythonVisitor< SE3 >::Motion |
Definition at line 50 of file bindings/python/spatial/se3.hpp.
typedef SE3::Quaternion pinocchio::python::SE3PythonVisitor< SE3 >::Quaternion |
Definition at line 47 of file bindings/python/spatial/se3.hpp.
typedef SE3::Scalar pinocchio::python::SE3PythonVisitor< SE3 >::Scalar |
Definition at line 39 of file bindings/python/spatial/se3.hpp.
typedef SE3::Vector3 pinocchio::python::SE3PythonVisitor< SE3 >::Vector3 |
Definition at line 45 of file bindings/python/spatial/se3.hpp.
anonymous enum |
Enumerator | |
---|---|
Options |
Definition at line 40 of file bindings/python/spatial/se3.hpp.
|
inlinestaticprivate |
Definition at line 235 of file bindings/python/spatial/se3.hpp.
|
inlinestaticprivate |
Definition at line 263 of file bindings/python/spatial/se3.hpp.
|
inlinestatic |
Definition at line 216 of file bindings/python/spatial/se3.hpp.
|
inlinestaticprivate |
Definition at line 268 of file bindings/python/spatial/se3.hpp.
|
inlinestatic |
Definition at line 210 of file bindings/python/spatial/se3.hpp.
|
inlinestaticprivate |
Definition at line 253 of file bindings/python/spatial/se3.hpp.
|
inlinestaticprivate |
Definition at line 257 of file bindings/python/spatial/se3.hpp.
|
inline |
Definition at line 56 of file bindings/python/spatial/se3.hpp.