57 #ifndef OPENMESH_POLY_MESH_ARRAY_KERNEL_HH
58 #define OPENMESH_POLY_MESH_ARRAY_KERNEL_HH
64 #include <OpenMesh/Core/System/config.h>
65 #include <OpenMesh/Core/Mesh/PolyConnectivity.hh>
67 #include <OpenMesh/Core/Mesh/FinalMeshItemsT.hh>
68 #include <OpenMesh/Core/Mesh/AttribKernelT.hh>
69 #include <OpenMesh/Core/Mesh/PolyMeshT.hh>
81 template <
class Traits>
97 template <
class Traits = DefaultTraits>
106 #endif // OPENMESH_POLY_MESH_ARRAY_KERNEL_HH
This file defines the default traits and some convenience macros.
Definition of the mesh entities (items).
Definition: FinalMeshItemsT.hh:72
Base type for a polygonal mesh.
Definition: PolyMeshT.hh:94
The attribute kernel adds all standard properties to the kernel.
Definition: AttribKernelT.hh:77
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:64
Polygonal mesh based on the ArrayKernel.
Definition: PolyMesh_ArrayKernelT.hh:98
Helper class to build a PolyMesh-type.
Definition: PolyMesh_ArrayKernelT.hh:82