57#ifndef OPENMESH_TRIMESH_ARRAY_KERNEL_HH
58#define OPENMESH_TRIMESH_ARRAY_KERNEL_HH
64#include <OpenMesh/Core/System/config.h>
65#include <OpenMesh/Core/Mesh/TriConnectivity.hh>
67#include <OpenMesh/Core/Mesh/FinalMeshItemsT.hh>
68#include <OpenMesh/Core/Mesh/AttribKernelT.hh>
69#include <OpenMesh/Core/Mesh/TriMeshT.hh>
82template <
class Traits>
97template <
class Traits = DefaultTraits>
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition MeshItems.hh:64
The attribute kernel adds all standard properties to the kernel.
Definition AttribKernelT.hh:78
Definition of the mesh entities (items).
Definition FinalMeshItemsT.hh:73
Helper class to create a TriMesh-type based on ArrayKernelT.
Definition TriMesh_ArrayKernelT.hh:84
Triangle mesh based on the ArrayKernel.
Definition TriMesh_ArrayKernelT.hh:100
Base type for a triangle mesh.
Definition TriMeshT.hh:96
This file defines the default traits and some convenience macros.