|
hpp-python 9.0.2
python bindings for HPP, based on boost python
|
#include <boost/python.hpp>#include <boost/python/suite/indexing/vector_indexing_suite.hpp>#include <fstream>#include <hpp/core/path-vector.hh>#include <hpp/python/config.hh>#include <hpp/util/serialization.hh>#include <pyhpp/core/path/fwd.hh>#include <pyhpp/util.hh>#include <stdexcept>
Namespaces | |
| namespace | pyhpp |
| namespace | pyhpp::core |
| namespace | pyhpp::core::path |
Functions | |
| void | pyhpp::core::path::savePathVector (PathVectorPtr_t pathVector, const std::string &filename) |
| PathVectorPtr_t | pyhpp::core::path::loadPathVector (const std::string &filename) |
| void | pyhpp::core::path::exposeVector () |