MEPP2 Project
Namespaces | Macros | Functions
Graph_traits_extension_cgal_linear_cell_complex.h File Reference
#include "Graph_traits_extension.h"
#include <CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h>
Include dependency graph for Graph_traits_extension_cgal_linear_cell_complex.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...
 

Macro Definition Documentation

◆ CGAL_LCC_TEMPLATE_ARGS

#define CGAL_LCC_TEMPLATE_ARGS
Value:
template< unsigned int d_, \
unsigned int ambient_dim, \
class Traits_, \
class Items_, \
class Alloc_, \
template< unsigned int, class, class, class, class > class CMap, \
class Storage_ >

Definition at line 21 of file Graph_traits_extension_cgal_linear_cell_complex.h.

◆ CGAL_LCC_TYPE

#define CGAL_LCC_TYPE
Value:
CGAL::Linear_cell_complex_for_combinatorial_map< d_, \
ambient_dim, \
Traits_, \
Items_, \
Alloc_, \
CMap, \
Storage_ >

Definition at line 30 of file Graph_traits_extension_cgal_linear_cell_complex.h.