#include <boost/graph/planar_detail/boyer_myrvold_impl.hpp>
#include <boost/parameter.hpp>
#include <boost/type_traits.hpp>
#include <boost/mpl/bool.hpp>
Classes | |
struct | boost::no_kuratowski_subgraph_isolation |
struct | boost::no_planar_embedding |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::boyer_myrvold_params | |
boost::boyer_myrvold_params::core | |
Typedefs | |
typedef parameter::parameters < parameter::required < tag::graph >, tag::embedding, tag::kuratowski_subgraph, tag::vertex_index_map, tag::edge_index_map > | boost::boyer_myrvold_params::boyer_myrvold_params_t |
Functions | |
template<typename ArgumentPack > | |
bool | boost::boyer_myrvold_params::core::dispatched_boyer_myrvold (ArgumentPack const &args, mpl::true_, mpl::true_) |
template<typename ArgumentPack > | |
bool | boost::boyer_myrvold_params::core::dispatched_boyer_myrvold (ArgumentPack const &args, mpl::true_, mpl::false_) |
template<typename ArgumentPack > | |
bool | boost::boyer_myrvold_params::core::dispatched_boyer_myrvold (ArgumentPack const &args, mpl::false_, mpl::true_) |
template<typename ArgumentPack > | |
bool | boost::boyer_myrvold_params::core::dispatched_boyer_myrvold (ArgumentPack const &args, mpl::false_, mpl::false_) |
template<typename ArgumentPack > | |
bool | boost::boyer_myrvold_params::core::boyer_myrvold_planarity_test (ArgumentPack const &args) |
template<typename A0 > | |
bool | boost::boyer_myrvold_planarity_test (A0 const &arg0) |
template<typename A0 , typename A1 > | |
bool | boost::boyer_myrvold_planarity_test (A0 const &arg0, A1 const &arg1) |
template<typename A0 , typename A1 , typename A2 > | |
bool | boost::boyer_myrvold_planarity_test (A0 const &arg0, A1 const &arg1, A2 const &arg2) |
template<typename A0 , typename A1 , typename A2 , typename A3 > | |
bool | boost::boyer_myrvold_planarity_test (A0 const &arg0, A1 const &arg1, A2 const &arg2, A3 const &arg3) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 > | |
bool | boost::boyer_myrvold_planarity_test (A0 const &arg0, A1 const &arg1, A2 const &arg2, A3 const &arg3, A4 const &arg4) |