Static Public Member Functions | List of all members
eigenpy::internal::getitem< T > Struct Template Reference

#include <user-type.hpp>

Static Public Member Functions

static PyObject * run (void *data, void *)
 Get a python object from an array It returns a standard Python object from a single element of the array object arr pointed to by data. More...
 

Detailed Description

template<typename T>
struct eigenpy::internal::getitem< T >

Definition at line 42 of file user-type.hpp.

Member Function Documentation

◆ run()

template<typename T >
static PyObject* eigenpy::internal::getitem< T >::run ( void *  data,
void *   
)
inlinestatic

Get a python object from an array It returns a standard Python object from a single element of the array object arr pointed to by data.

Parameters
[in]dataPointer to the first element of the C++ data stream
[in]arrPointer to the first element of the Python object data stream
Returns
PyObject corresponding to the python datastream.

Definition at line 53 of file user-type.hpp.


The documentation for this struct was generated from the following file:


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 14 2024 02:15:58