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> 77 template<
class Traits>
78 class PolyMesh_ArrayKernelT;
83 template <
class Traits>
98 template <
class Traits = DefaultTraits>
104 template<
class OtherTraits>
108 this->assign(t,
true);
116 #endif // OPENMESH_TRIMESH_ARRAY_KERNEL_HH Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:64
Definition of the mesh entities (items).
Definition: FinalMeshItemsT.hh:72
Base type for a triangle mesh.
Definition: TriMeshT.hh:95
Triangle mesh based on the ArrayKernel.
Definition: PolyMesh_ArrayKernelT.hh:78
The attribute kernel adds all standard properties to the kernel.
Definition: AttribKernelT.hh:77
Polygonal mesh based on the ArrayKernel.
Definition: PolyMesh_ArrayKernelT.hh:99
Helper class to create a TriMesh-type based on ArrayKernelT.
Definition: TriMesh_ArrayKernelT.hh:84
This file defines the default traits and some convenience macros.