MEPP2 Project
Namespaces | Functions
Graph_traits_extension.h File Reference
#include <boost/graph/graph_traits.hpp>
#include <iterator>
Include dependency graph for Graph_traits_extension.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 MeshT >
boost::graph_traits< MeshT >::vertices_size_type FEVV::size_of_vertices (const MeshT &g)
 Real current number of vertices of the mesh. Generic version. More...
 
template<typename MeshT >
boost::graph_traits< MeshT >::edges_size_type FEVV::size_of_edges (const MeshT &g)
 Real current number of edges of the mesh. Generic version. More...
 
template<typename MeshT >
boost::graph_traits< MeshT >::halfedges_size_type FEVV::size_of_halfedges (const MeshT &g)
 Real current number of halfedges of the mesh. Generic version. More...
 
template<typename MeshT >
boost::graph_traits< MeshT >::faces_size_type FEVV::size_of_faces (const MeshT &g)
 Real current number of faces of the mesh. Generic version. More...