50 #ifndef OPENMESH_TRIMESH_ARRAY_KERNEL_HH
51 #define OPENMESH_TRIMESH_ARRAY_KERNEL_HH
57 #include <OpenMesh/Core/System/config.h>
58 #include <OpenMesh/Core/Mesh/TriConnectivity.hh>
60 #include <OpenMesh/Core/Mesh/FinalMeshItemsT.hh>
61 #include <OpenMesh/Core/Mesh/AttribKernelT.hh>
62 #include <OpenMesh/Core/Mesh/TriMeshT.hh>
75 template <
class Traits>
90 template <
class Traits = DefaultTraits>
99 #endif // OPENMESH_TRIMESH_ARRAY_KERNEL_HH
Triangle mesh based on the ArrayKernel.
Definition: TriMesh_ArrayKernelT.hh:91
This file defines the default traits and some convenience macros.
Helper class to create a TriMesh-type based on ArrayKernelT.
Definition: TriMesh_ArrayKernelT.hh:76
Definition of the mesh entities (items).
Definition: FinalMeshItemsT.hh:65
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:56
The attribute kernel adds all standard properties to the kernel.
Definition: AttribKernelT.hh:70
Base type for a triangle mesh.
Definition: TriMeshT.hh:88