#include "eigenpy/pickle-vector.hpp"
#include "eigenpy/registration.hpp"
#include "eigenpy/utils/empty-visitor.hpp"
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
#include <boost/python/stl_iterator.hpp>
#include <boost/python/to_python_converter.hpp>
Go to the source code of this file.
Classes | |
struct | eigenpy::dict_to_map< Container > |
struct | eigenpy::emplace_set_derived_policies< Container, NoProxy > |
struct | eigenpy::GenericMapVisitor< Container, NoProxy > |
Expose the map-like container, e.g. (std::map). More... | |
struct | eigenpy::overload_base_get_item_for_map< Container > |
Change the behavior of indexing (method getitem in Python). This is suitable e.g. for container of Eigen matrix objects if you want to mutate them. More... | |
struct | eigenpy::PickleMap< Container > |
Create a pickle interface for the map type. More... | |
Namespaces | |
eigenpy | |