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> 77 template<
class Traits>
82 template <
class Traits>
98 template <
class Traits = DefaultTraits>
104 template<
class OtherTraits>
108 this->assign(t,
true);
117 #endif // OPENMESH_POLY_MESH_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 polygonal mesh.
Definition: PolyMeshT.hh:94
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
This file defines the default traits and some convenience macros.
Helper class to build a PolyMesh-type.
Definition: PolyMesh_ArrayKernelT.hh:83