BWAPI
|
Go to the source code of this file.
Classes | |
struct | boost::graph_traits< CGAL::Polyhedron_3< Gt, I, HDS, A > > |
struct | boost::graph_traits< CGAL::Polyhedron_3< Gt, I, HDS, A > const > |
Namespaces | |
namespace | boost |
Defines | |
#define | CGAL_HDS_PARAM_ template < class Traits, class Items, class Alloc> class HDS |
Functions | |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::vertices_size_type | boost::num_vertices (const CGAL::Polyhedron_3< Gt, I, HDS, A > &p) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::edges_size_type | boost::num_edges (const CGAL::Polyhedron_3< Gt, I, HDS, A > &p) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::degree_size_type | boost::degree (typename graph_traits< CGAL::Polyhedron_3< Gt, I, HDS, A > const >::vertex_descriptor v, const CGAL::Polyhedron_3< Gt, I, HDS, A > &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::degree_size_type | boost::out_degree (typename graph_traits< CGAL::Polyhedron_3< Gt, I, HDS, A > const >::vertex_descriptor v, const CGAL::Polyhedron_3< Gt, I, HDS, A > &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::degree_size_type | boost::in_degree (typename graph_traits< CGAL::Polyhedron_3< Gt, I, HDS, A > const >::vertex_descriptor v, const CGAL::Polyhedron_3< Gt, I, HDS, A > &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::vertex_descriptor | boost::source (typename graph_traits< CGAL::Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor e, const CGAL::Polyhedron_3< Gt, I, HDS, A > &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::vertex_descriptor | boost::target (typename graph_traits< CGAL::Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor e, const CGAL::Polyhedron_3< Gt, I, HDS, A > &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
std::pair< typename graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::vertex_iterator,typename graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::vertex_iterator > | boost::vertices (const CGAL::Polyhedron_3< Gt, I, HDS, A > &p) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
std::pair< typename graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::edge_iterator,typename graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::edge_iterator > | boost::edges (const CGAL::Polyhedron_3< Gt, I, HDS, A > &p) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
std::pair< typename graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::in_edge_iterator,typename graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::in_edge_iterator > | boost::in_edges (typename graph_traits< CGAL::Polyhedron_3< Gt, I, HDS, A > const >::vertex_descriptor u, const CGAL::Polyhedron_3< Gt, I, HDS, A > &g) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
std::pair< typename graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::out_edge_iterator,typename graph_traits < CGAL::Polyhedron_3< Gt, I, HDS, A > const > ::out_edge_iterator > | boost::out_edges (typename graph_traits< CGAL::Polyhedron_3< Gt, I, HDS, A > const >::vertex_descriptor u, const CGAL::Polyhedron_3< Gt, I, HDS, A > &g) |
#define CGAL_HDS_PARAM_ template < class Traits, class Items, class Alloc> class HDS |