50 #ifndef OPENMESH_KERNEL_OSG_TRIMESH_OSGARRAYKERNEL_HH
51 #define OPENMESH_KERNEL_OSG_TRIMESH_OSGARRAYKERNEL_HH
57 #include <OpenMesh/Core/System/config.h>
59 #include <OpenMesh/Core/Mesh/TriMeshT.hh>
61 #include <OpenMesh/Core/Mesh/ArrayKernel.hh>
63 #include <OpenMesh/Core/Mesh/Handles.hh>
64 #include <OpenMesh/Core/Mesh/FinalMeshItemsT.hh>
66 #include <OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh>
68 #include <OpenMesh/Tools/Kernel_OSG/ArrayKernelT.hh>
70 #include <osg/Geometry>
77 namespace Kernel_OSG {
83 template <
class Traits>
99 template <
class Traits = Kernel_OSG::Traits>
109 #endif // OPENMESH_KERNEL_OSG_TRIMESH_OSGARRAYKERNEL_HH
Triangle mesh based on the Kernel_OSG::ArrayKernelT.
Definition: TriMesh_OSGArrayKernelT.hh:100
Mesh kernel using arrays for mesh item storage.
Definition: ArrayKernelT.hh:90
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:56
Base type for a triangle mesh.
Definition: TriMeshT.hh:88
Helper class to create a TriMesh-type based on Kernel_OSG::ArrayKernelT.
Definition: TriMesh_OSGArrayKernelT.hh:84
This file defines the default traits and some convenienve macros.
Polygonal mesh based on the ArrayKernel.
Definition: PolyMesh_ArrayKernelT.hh:91
This class adds the standard properties to the mesh type.
Definition: AttribKernelT.hh:68
This file defines the default traits and some convenience macros.
Definition of the mesh entities (items).
Definition: FinalMeshItemsT.hh:65