#include "Graph_traits_extension.h"
#include <CGAL/boost/graph/graph_traits_Surface_mesh.h>
Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
|
template<typename PointT > |
boost::graph_traits< CGAL::Surface_mesh< PointT > >::vertices_size_type | FEVV::size_of_vertices (const CGAL::Surface_mesh< PointT > &g) |
| Real current number of vertices of the mesh. Specialization for CGAL::Surface_mesh. More...
|
|
template<typename PointT > |
boost::graph_traits< CGAL::Surface_mesh< PointT > >::edges_size_type | FEVV::size_of_edges (const CGAL::Surface_mesh< PointT > &g) |
| Real current number of edges of the mesh. Specialization for CGAL::Surface_mesh. More...
|
|
template<typename PointT > |
boost::graph_traits< CGAL::Surface_mesh< PointT > >::halfedges_size_type | FEVV::size_of_halfedges (const CGAL::Surface_mesh< PointT > &g) |
| Real current number of halfedges of the mesh. Specialization for CGAL::Surface_mesh. More...
|
|
template<typename PointT > |
boost::graph_traits< CGAL::Surface_mesh< PointT > >::faces_size_type | FEVV::size_of_faces (const CGAL::Surface_mesh< PointT > &g) |
| Real current number of faces of the mesh. Specialization for CGAL::Surface_mesh. More...
|
|