politopix  5.0.0
politopy.h File Reference
#include <boost/python.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
Include dependency graph for politopy.h:

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
 

Detailed Description

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( libpolito  )

Definition at line 43 of file politopy.h.

Here is the call graph for this function:

Variable Documentation

◆ computeDoubleDescription1

int(* computeDoubleDescription1) (boost::shared_ptr< Polytope_Rn > &) = &politopixAPI::computeDoubleDescription

Definition at line 40 of file politopy.h.

◆ computeDoubleDescription2

int(* computeDoubleDescription2) (boost::shared_ptr< Polytope_Rn > &, double bb_size) = &politopixAPI::computeDoubleDescription

Definition at line 39 of file politopy.h.

◆ computeIntersection

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.

◆ computeMinkowskiSumOfPolytopes1

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.

◆ computeMinkowskiSumOfPolytopes2

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.

◆ computeMinkowskiSumOfPolytopes3

int(* computeMinkowskiSumOfPolytopes3) (const boost::python::list &, boost::shared_ptr< Polytope_Rn > &) = &computeMinkowskiSumOfPolytopesPy

Definition at line 37 of file politopy.h.