politopix
5.0.0
|
#include <boost/python.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
Go to the source code of this file.
Functions | |
BOOST_PYTHON_MODULE (libpolito) | |
Variables | |
int(* | computeMinkowskiSumOfPolytopes1 )(const boost::shared_ptr< Polytope_Rn > &, const boost::shared_ptr< Polytope_Rn > &, boost::shared_ptr< Polytope_Rn > &) = &politopixAPI::computeMinkowskiSumOfPolytopes |
int(* | computeMinkowskiSumOfPolytopes2 )(const std::vector< boost::shared_ptr< Polytope_Rn > > &, boost::shared_ptr< Polytope_Rn > &) = &politopixAPI::computeMinkowskiSumOfPolytopes |
int(* | computeMinkowskiSumOfPolytopes3 )(const boost::python::list &, boost::shared_ptr< Polytope_Rn > &) = &computeMinkowskiSumOfPolytopesPy |
int(* | computeIntersection )(const boost::shared_ptr< Polytope_Rn > &, const boost::shared_ptr< Polytope_Rn > &, boost::shared_ptr< Polytope_Rn > &) = &politopixAPI::computeIntersection |
int(* | computeDoubleDescription2 )(boost::shared_ptr< Polytope_Rn > &, double bb_size) = &politopixAPI::computeDoubleDescription |
int(* | computeDoubleDescription1 )(boost::shared_ptr< Polytope_Rn > &) = &politopixAPI::computeDoubleDescription |
Definition in file politopy.h.
BOOST_PYTHON_MODULE | ( | libpolito | ) |
int(* computeDoubleDescription1) (boost::shared_ptr< Polytope_Rn > &) = &politopixAPI::computeDoubleDescription |
Definition at line 40 of file politopy.h.
int(* computeDoubleDescription2) (boost::shared_ptr< Polytope_Rn > &, double bb_size) = &politopixAPI::computeDoubleDescription |
Definition at line 39 of file politopy.h.
int(* computeIntersection) (const boost::shared_ptr< Polytope_Rn > &, const boost::shared_ptr< Polytope_Rn > &, boost::shared_ptr< Polytope_Rn > &) = &politopixAPI::computeIntersection |
Definition at line 38 of file politopy.h.
int(* computeMinkowskiSumOfPolytopes1) (const boost::shared_ptr< Polytope_Rn > &, const boost::shared_ptr< Polytope_Rn > &, boost::shared_ptr< Polytope_Rn > &) = &politopixAPI::computeMinkowskiSumOfPolytopes |
Definition at line 35 of file politopy.h.
int(* computeMinkowskiSumOfPolytopes2) (const std::vector< boost::shared_ptr< Polytope_Rn > > &, boost::shared_ptr< Polytope_Rn > &) = &politopixAPI::computeMinkowskiSumOfPolytopes |
Definition at line 36 of file politopy.h.
int(* computeMinkowskiSumOfPolytopes3) (const boost::python::list &, boost::shared_ptr< Polytope_Rn > &) = &computeMinkowskiSumOfPolytopesPy |
Definition at line 37 of file politopy.h.