Template Struct ForcePythonVisitor

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

  • public boost::python::def_visitor< ForcePythonVisitor< Force > >

Struct Documentation

template<typename Force>
struct ForcePythonVisitor : public boost::python::def_visitor<ForcePythonVisitor<Force>>

Public Types

Values:

enumerator Options
typedef Force::Vector6 Vector6
typedef Force::Vector3 Vector3
typedef Force::Scalar Scalar
typedef Eigen::Map<Vector3> MapVector3
typedef Eigen::Ref<Vector3> RefVector3

Public Functions

template<class PyClass>
inline void visit(PyClass &cl) const

Public Static Functions

static inline void expose()