BWAPI
|
#include <CGAL/HalfedgeDS_items_decorator.h>
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
#include <CGAL/boost/graph/halfedge_graph_traits.h>
#include <CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h>
Go to the source code of this file.
Classes | |
struct | halfedge_graph_traits< CGAL::Polyhedron_3< Gt, I, HDS, A > const > |
struct | halfedge_graph_traits< CGAL::Polyhedron_3< Gt, I, HDS, A > > |
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 > | |
std::pair< typename halfedge_graph_traits < Polyhedron_3< Gt, I, HDS, A > const > ::undirected_edge_iterator,typename halfedge_graph_traits < Polyhedron_3< Gt, I, HDS, A > const > ::undirected_edge_iterator > | undirected_edges (Polyhedron_3< Gt, I, HDS, A > const &p) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
boost::graph_traits < Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor | next_edge (typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor outedge, Polyhedron_3< Gt, I, HDS, A > const &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
boost::graph_traits < Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor | prev_edge (typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor outedge, Polyhedron_3< Gt, I, HDS, A > const &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
boost::graph_traits < Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor | opposite_edge (typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor e, Polyhedron_3< Gt, I, HDS, A > const &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
boost::graph_traits < Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor | next_edge_ccw (typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor outedge, Polyhedron_3< Gt, I, HDS, A > const &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
boost::graph_traits < Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor | next_edge_cw (typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor outedge, Polyhedron_3< Gt, I, HDS, A > const &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
std::pair< typename halfedge_graph_traits < Polyhedron_3< Gt, I, HDS, A > >::undirected_edge_iterator,typename halfedge_graph_traits < Polyhedron_3< Gt, I, HDS, A > >::undirected_edge_iterator > | undirected_edges (Polyhedron_3< Gt, I, HDS, A > &p) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
boost::graph_traits < Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor | next_edge (typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor outedge, Polyhedron_3< Gt, I, HDS, A > &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
boost::graph_traits < Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor | prev_edge (typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor outedge, Polyhedron_3< Gt, I, HDS, A > &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
boost::graph_traits < Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor | opposite_edge (typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor e, Polyhedron_3< Gt, I, HDS, A > &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
boost::graph_traits < Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor | next_edge_ccw (typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor outedge, Polyhedron_3< Gt, I, HDS, A > &) |
template<class Gt , class I , CGAL_HDS_PARAM_ , class A > | |
boost::graph_traits < Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor | next_edge_cw (typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor outedge, Polyhedron_3< Gt, I, HDS, A > &) |
#define CGAL_HDS_PARAM_ template < class Traits, class Items, class Alloc> class HDS |
boost::graph_traits< Polyhedron_3<Gt,I,HDS,A> const>::edge_descriptor next_edge | ( | typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor | outedge, |
Polyhedron_3< Gt, I, HDS, A > const & | |||
) |
boost::graph_traits< Polyhedron_3<Gt,I,HDS,A> >::edge_descriptor next_edge | ( | typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor | outedge, |
Polyhedron_3< Gt, I, HDS, A > & | |||
) |
boost::graph_traits< Polyhedron_3<Gt,I,HDS,A> const>::edge_descriptor next_edge_ccw | ( | typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor | outedge, |
Polyhedron_3< Gt, I, HDS, A > const & | |||
) |
boost::graph_traits< Polyhedron_3<Gt,I,HDS,A> >::edge_descriptor next_edge_ccw | ( | typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor | outedge, |
Polyhedron_3< Gt, I, HDS, A > & | |||
) |
boost::graph_traits< Polyhedron_3<Gt,I,HDS,A> const>::edge_descriptor next_edge_cw | ( | typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor | outedge, |
Polyhedron_3< Gt, I, HDS, A > const & | |||
) |
boost::graph_traits< Polyhedron_3<Gt,I,HDS,A> >::edge_descriptor next_edge_cw | ( | typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor | outedge, |
Polyhedron_3< Gt, I, HDS, A > & | |||
) |
boost::graph_traits< Polyhedron_3<Gt,I,HDS,A> const>::edge_descriptor opposite_edge | ( | typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor | e, |
Polyhedron_3< Gt, I, HDS, A > const & | |||
) |
boost::graph_traits< Polyhedron_3<Gt,I,HDS,A> >::edge_descriptor opposite_edge | ( | typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor | e, |
Polyhedron_3< Gt, I, HDS, A > & | |||
) |
boost::graph_traits< Polyhedron_3<Gt,I,HDS,A> const>::edge_descriptor prev_edge | ( | typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > const >::edge_descriptor | outedge, |
Polyhedron_3< Gt, I, HDS, A > const & | |||
) |
boost::graph_traits< Polyhedron_3<Gt,I,HDS,A> >::edge_descriptor prev_edge | ( | typename boost::graph_traits< Polyhedron_3< Gt, I, HDS, A > >::edge_descriptor | outedge, |
Polyhedron_3< Gt, I, HDS, A > & | |||
) |
std::pair<typename halfedge_graph_traits< Polyhedron_3<Gt,I,HDS,A> const>::undirected_edge_iterator ,typename halfedge_graph_traits< Polyhedron_3<Gt,I,HDS,A> const>::undirected_edge_iterator > undirected_edges | ( | Polyhedron_3< Gt, I, HDS, A > const & | p | ) | [inline] |
std::pair<typename halfedge_graph_traits< Polyhedron_3<Gt,I,HDS,A> >::undirected_edge_iterator ,typename halfedge_graph_traits< Polyhedron_3<Gt,I,HDS,A> >::undirected_edge_iterator > undirected_edges | ( | Polyhedron_3< Gt, I, HDS, A > & | p | ) | [inline] |