Expose an container::aligned_vector from a type given as template argument.
More...
#include <std-aligned-vector.hpp>
|
template<typename VisitorDerived > |
static void | expose (const std::string &class_name, const boost::python::def_visitor< VisitorDerived > &visitor) |
|
template<typename VisitorDerived > |
static void | expose (const std::string &class_name, const std::string &doc_string, const boost::python::def_visitor< VisitorDerived > &visitor) |
|
static void | expose (const std::string &class_name, const std::string &doc_string="") |
|
static void | construct (PyObject *obj_ptr, boost::python::converter::rvalue_from_python_stage1_data *memory) |
|
static void * | convertible (PyObject *obj_ptr) |
|
static void | register_converter () |
|
::boost::python::list | tolist (vector_type &self, const bool deep_copy=false) |
|
template<class T, bool NoProxy = false, bool EnableFromPythonListConverter = true>
struct pinocchio::python::StdAlignedVectorPythonVisitor< T, NoProxy, EnableFromPythonListConverter >
Expose an container::aligned_vector from a type given as template argument.
- Template Parameters
-
- See also
- StdAlignedVectorPythonVisitor
Definition at line 31 of file std-aligned-vector.hpp.
◆ FromPythonListConverter
template<class T , bool NoProxy = false, bool EnableFromPythonListConverter = true>
◆ value_type
template<class T , bool NoProxy = false, bool EnableFromPythonListConverter = true>
◆ vector_type
template<class T , bool NoProxy = false, bool EnableFromPythonListConverter = true>
◆ expose() [1/3]
template<class T , bool NoProxy = false, bool EnableFromPythonListConverter = true>
template<typename VisitorDerived >
◆ expose() [2/3]
template<class T , bool NoProxy = false, bool EnableFromPythonListConverter = true>
template<typename VisitorDerived >
◆ expose() [3/3]
template<class T , bool NoProxy = false, bool EnableFromPythonListConverter = true>
The documentation for this struct was generated from the following file: