dune-mmesh 1.4.1-git
Loading...
Searching...
No Matches
declaration.hh
Go to the documentation of this file.
1#ifndef DUNE_MMESH_GRID_DECLARATION_HH
2#define DUNE_MMESH_GRID_DECLARATION_HH
3
4namespace Dune {
5
6namespace MMeshDefaults {
7template <int dim>
9
10template <int dim>
12} // namespace MMeshDefaults
13
14// Forward declarations
15template <int dim, class HostGrid>
16struct MMeshFamily;
17
18// MMesh
19template <class HostGrid, int dim>
20class MMesh;
21
22// Type of wrapper triangulation
23template <int dim>
25
26// Type shortcut with default triangulation
27template <int dim>
29
30// Type of Delaunay wrapper triangulation
31template <int dim>
33
34// Type shortcut with delaunay triangulation
35template <int dim>
37} // namespace Dune
38#endif // #ifndef DUNE_MMESH_GRID_DECLARATION_HH
size_type dim() const
DelaunayTriangulationWrapper.
Definition triangulationwrapper.hh:162
Definition declaration.hh:8
Definition declaration.hh:11
Definition grid/mmesh.hh:62
The MMesh class templatized by the CGAL host grid type and the dimension. .
Definition grid/mmesh.hh:158
Definition declaration.hh:24