MEPP2 Project
Classes | Typedefs
boolops_enriched_polyhedron.hpp File Reference
#include <CGAL/Cartesian.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Polyhedron_items_3.h>
#include <CGAL/HalfedgeDS_halfedge_max_base_with_id.h>
#include "boolops_properties.h"
Include dependency graph for boolops_enriched_polyhedron.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EnrichedVertex< Refs, T, P >
 
class  EnrichedHalfedge< Refs, ID >
 
class  EnrichedFacet< Refs, T >
 
struct  EnrichedItems
 
struct  EnrichedItems::Vertex_wrapper< Refs, Traits >
 
struct  EnrichedItems::Halfedge_wrapper< Refs, Traits >
 
struct  EnrichedItems::Face_wrapper< Refs, Traits >
 

Typedefs

using CGALKernel = CGAL::Cartesian< double >
 
using EnrichedPolyhedron = CGAL::Polyhedron_3< CGALKernel, EnrichedItems >
 

Typedef Documentation

◆ CGALKernel

using CGALKernel = CGAL::Cartesian< double >

Definition at line 100 of file boolops_enriched_polyhedron.hpp.

◆ EnrichedPolyhedron

using EnrichedPolyhedron = CGAL::Polyhedron_3< CGALKernel, EnrichedItems >

Definition at line 101 of file boolops_enriched_polyhedron.hpp.