MEPP2 Project
|
#include <CGAL/version_macros.h>
#include <CGAL/Cartesian.h>
#include <CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h>
#include <CGAL/Linear_cell_complex_incremental_builder.h>
Go to the source code of this file.
Classes | |
struct | FEVV::CGALItem |
struct | FEVV::CGALItem::Dart_wrapper< Refs > |
Namespaces | |
FEVV | |
Interfaces for plugins These interfaces will be used for different plugins. | |
Typedefs | |
using | FEVV::CGALKernel = CGAL::Cartesian< double > |
using | FEVV::CGALLCCTraits = CGAL::Linear_cell_complex_traits< 3, CGALKernel > |
using | FEVV::MeshLCC = CGAL::Linear_cell_complex_for_combinatorial_map< 2, 3, CGALLCCTraits, CGALItem > |