eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::TypeInfoVisitor< C > Struct Template Reference

Add the Python method type_info to query information of a type. More...

#include <eigenpy/type_info.hpp>

Inheritance diagram for eigenpy::TypeInfoVisitor< C >:
[legend]
Collaboration diagram for eigenpy::TypeInfoVisitor< C >:
[legend]

Public Member Functions

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

Detailed Description

template<class C>
struct eigenpy::TypeInfoVisitor< C >

Add the Python method type_info to query information of a type.

Definition at line 54 of file type_info.hpp.

Member Function Documentation

◆ visit()

template<class C>
template<class PyClass>
void eigenpy::TypeInfoVisitor< C >::visit(PyClass &cl)const
inline

Definition at line 56 of file type_info.hpp.


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