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

Add the Python method copy to allow a copy of this by calling the copy constructor. More...

#include <eigenpy/copyable.hpp>

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

Public Member Functions

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

Detailed Description

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

Add the Python method copy to allow a copy of this by calling the copy constructor.

Definition at line 18 of file copyable.hpp.

Member Function Documentation

◆ visit()

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

Definition at line 20 of file copyable.hpp.


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