Go to the source code of this file.
Namespaces | |
eigenpy | |
Functions | |
template<typename T > | |
bool | eigenpy::check_registration () |
Check at runtime the registration of the type T inside the boost python registry. More... | |
template<typename T > | |
bool | eigenpy::register_symbolic_link_to_registered_type () |
Symlink to the current scope the already registered class T. More... | |
template<typename T , typename Visitor > | |
bool | eigenpy::register_symbolic_link_to_registered_type (const Visitor &visitor) |