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

Add the Python method id to retrieving a unique id for a given object exposed with Boost.Python. More...

#include <eigenpy/id.hpp>

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

Public Member Functions

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

Detailed Description

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

Add the Python method id to retrieving a unique id for a given object exposed with Boost.Python.

Definition at line 18 of file id.hpp.

Member Function Documentation

◆ visit()

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

Definition at line 20 of file id.hpp.


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