19 #include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
32 template<
typename T1,
39 typename
boost::graph_traits<
40 CGAL::Polyhedron_3< T1, T2, T3, T4 > const >::vertices_size_type
43 return g.size_of_vertices();
55 template<
typename T1,
62 typename
boost::graph_traits<
63 CGAL::Polyhedron_3< T1, T2, T3, T4 > const >::edges_size_type
66 return g.size_of_halfedges() / 2;
78 template<
typename T1,
85 typename
boost::graph_traits<
86 CGAL::Polyhedron_3< T1, T2, T3, T4 > const >::halfedges_size_type
89 return g.size_of_halfedges();
101 template<
typename T1,
108 typename
boost::graph_traits<
109 CGAL::Polyhedron_3< T1, T2, T3, T4 > const >::faces_size_type
112 return g.size_of_facets();