52 #ifndef OPENMESH_POLY_MESH_ARRAY_KERNEL_HH 53 #define OPENMESH_POLY_MESH_ARRAY_KERNEL_HH 59 #include <OpenMesh/Core/System/config.h> 60 #include <OpenMesh/Core/Mesh/PolyConnectivity.hh> 62 #include <OpenMesh/Core/Mesh/FinalMeshItemsT.hh> 63 #include <OpenMesh/Core/Mesh/AttribKernelT.hh> 64 #include <OpenMesh/Core/Mesh/PolyMeshT.hh> 72 template<
class Traits>
77 template <
class Traits>
93 template <
class Traits = DefaultTraits>
99 template<
class OtherTraits>
103 this->assign(t,
true);
112 #endif // OPENMESH_POLY_MESH_ARRAY_KERNEL_HH Helper class to build a PolyMesh-type.
Definition: PolyMesh_ArrayKernelT.hh:78
Definition of the mesh entities (items).
Definition: FinalMeshItemsT.hh:67
Base type for a polygonal mesh.
Definition: PolyMeshT.hh:90
This file defines the default traits and some convenience macros.
Triangle mesh based on the ArrayKernel.
Definition: PolyMesh_ArrayKernelT.hh:73
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:59
The attribute kernel adds all standard properties to the kernel.
Definition: AttribKernelT.hh:72
Polygonal mesh based on the ArrayKernel.
Definition: PolyMesh_ArrayKernelT.hh:94