MEPP2 Project
Namespaces | Functions
Graph_traits_extension_cgal_polyhedron_3.h File Reference
#include "Graph_traits_extension.h"
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
Include dependency graph for Graph_traits_extension_cgal_polyhedron_3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 

Functions

template<typename T1 , typename T2 , template< class A, class B, class C > class T3, typename T4 >
boost::graph_traits< CGAL::Polyhedron_3< T1, T2, T3, T4 > const >::vertices_size_type FEVV::size_of_vertices (const CGAL::Polyhedron_3< T1, T2, T3, T4 > &g)
 Real current number of vertices of the mesh. Specialization for CGAL::Polyhedron_3. More...
 
template<typename T1 , typename T2 , template< class A, class B, class C > class T3, typename T4 >
boost::graph_traits< CGAL::Polyhedron_3< T1, T2, T3, T4 > const >::edges_size_type FEVV::size_of_edges (const CGAL::Polyhedron_3< T1, T2, T3, T4 > &g)
 Real current number of edges of the mesh. Specialization for CGAL::Polyhedron_3. More...
 
template<typename T1 , typename T2 , template< class A, class B, class C > class T3, typename T4 >
boost::graph_traits< CGAL::Polyhedron_3< T1, T2, T3, T4 > const >::halfedges_size_type FEVV::size_of_halfedges (const CGAL::Polyhedron_3< T1, T2, T3, T4 > &g)
 Real current number of halfedges of the mesh. Specialization for CGAL::Polyhedron_3. More...
 
template<typename T1 , typename T2 , template< class A, class B, class C > class T3, typename T4 >
boost::graph_traits< CGAL::Polyhedron_3< T1, T2, T3, T4 > const >::faces_size_type FEVV::size_of_faces (const CGAL::Polyhedron_3< T1, T2, T3, T4 > &g)
 Real current number of faces of the mesh. Specialization for CGAL::Polyhedron_3. More...