MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
Classes | Namespaces | Typedefs
/home/dorival/mechsys/lib/mesh/alphashape.h File Reference
#include <list>
#include <map>
#include <CGAL/Alpha_shape_2.h>
#include <CGAL/Alpha_shape_3.h>
#include <CGAL/Delaunay_triangulation_2.h>
#include <CGAL/Delaunay_triangulation_3.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <mechsys/util/array.h>
#include <mechsys/util/fatal.h>
#include <mechsys/mesh/mesh.h>

Go to the source code of this file.

Classes

class  Mesh::AlphaShape

Namespaces

namespace  Mesh
 

Mesh generation


Typedefs

typedef
CGAL::Exact_predicates_inexact_constructions_kernel 
Mesh::CGAL_K
typedef
CGAL::Alpha_shape_vertex_base_2
< CGAL_K > 
Mesh::CGAL_VB_2
typedef
CGAL::Triangulation_face_base_2
< CGAL_K > 
Mesh::CGAL_TF_2
typedef
CGAL::Alpha_shape_face_base_2
< CGAL_K, CGAL_TF_2 > 
Mesh::CGAL_FB_2
typedef
CGAL::Triangulation_default_data_structure_2
< CGAL_K, CGAL_VB_2, CGAL_FB_2 > 
Mesh::CGAL_TDS_2
typedef
CGAL::Delaunay_triangulation_2
< CGAL_K, CGAL_TDS_2 > 
Mesh::CGAL_DT_2
typedef CGAL::Alpha_shape_2
< CGAL_DT_2 > 
Mesh::CGAL_ALPHA_SHAPE_2
typedef
CGAL::Alpha_shape_vertex_base_3
< CGAL_K > 
Mesh::CGAL_VB_3
typedef
CGAL::Alpha_shape_cell_base_3
< CGAL_K > 
Mesh::CGAL_FB_3
typedef
CGAL::Triangulation_data_structure_3
< CGAL_VB_3, CGAL_FB_3 > 
Mesh::CGAL_TDS_3
typedef
CGAL::Delaunay_triangulation_3
< CGAL_K, CGAL_TDS_3 > 
Mesh::CGAL_DT_3
typedef CGAL::Alpha_shape_3
< CGAL_DT_3 > 
Mesh::CGAL_ALPHA_SHAPE_3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines