MEPP2 Project
|
#include "Graph_traits_extension.h"
#include <CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h>
Go to the source code of this file.
Namespaces | |
FEVV | |
Interfaces for plugins These interfaces will be used for different plugins. | |
Macros | |
#define | CGAL_LCC_TEMPLATE_ARGS |
#define | CGAL_LCC_TYPE |
Functions | |
CGAL_LCC_TEMPLATE_ARGS boost::graph_traits< CGAL_LCC_TYPE >::vertices_size_type | FEVV::size_of_vertices (const CGAL_LCC_TYPE &lcc) |
Real current number of vertices of the mesh. Specialization for CGAL::Linear_cell_complex. More... | |
CGAL_LCC_TEMPLATE_ARGS boost::graph_traits< CGAL_LCC_TYPE >::edges_size_type | FEVV::size_of_edges (const CGAL_LCC_TYPE &lcc) |
Real current number of edges of the mesh. Specialization for CGAL::Linear_cell_complex. More... | |
CGAL_LCC_TEMPLATE_ARGS boost::graph_traits< CGAL_LCC_TYPE >::halfedges_size_type | FEVV::size_of_halfedges (const CGAL_LCC_TYPE &lcc) |
Real current number of halfedges of the mesh. Specialization for CGAL::Linear_cell_complex. More... | |
CGAL_LCC_TEMPLATE_ARGS boost::graph_traits< CGAL_LCC_TYPE >::faces_size_type | FEVV::size_of_faces (const CGAL_LCC_TYPE &lcc) |
Real current number of faces of the mesh. Specialization for CGAL::Linear_cell_complex. More... | |
#define CGAL_LCC_TEMPLATE_ARGS |
Definition at line 21 of file Graph_traits_extension_cgal_linear_cell_complex.h.
#define CGAL_LCC_TYPE |
Definition at line 30 of file Graph_traits_extension_cgal_linear_cell_complex.h.