Files
dl/third/OpenMesh/Doc/Examples/build-trimesh.cc
T
2026-09-16 14:07:40 +08:00

9 lines
322 B
C++
Vendored

template <class Traits>
struct TriMesh_ArrayKernel_GeneratorT
{
typedef FinalMeshItemsT<ArrayItems, Traits, true> MeshItems;
typedef AttribKernelT<MeshItems> AttribKernel;
typedef ArrayKernelT<AttribKernel, MeshItems> MeshKernel;
typedef TriMeshT<MeshKernel> Mesh;
};