Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OpenMesh::ArrayKernelT< AttribKernel, FinalMeshItems > Class Template Reference
[Mesh Kernels]

#include <ArrayKernelT.hh>

Inheritance diagram for OpenMesh::ArrayKernelT< AttribKernel, FinalMeshItems >:

OpenMesh::Kernel_OSG::ArrayKernelT< AttribKernel, FinalMeshItems > List of all members.

Public Member Functions

bool is_boundary (HalfedgeHandle _heh) const
 Is halfedge _heh a boundary halfedge (is its face handle invalid) ?


Detailed Description

template<class AttribKernel, class FinalMeshItems>
class OpenMesh::ArrayKernelT< AttribKernel, FinalMeshItems >

Mesh kernel using arrays for mesh item storage.

This mesh kernel uses the std::vector as container to store the mesh items. Therefore all handle types are internally represented by integers. To get the index from a handle use the handle's idx() method.

Note:
For a description of the minimal kernel interface see OpenMesh::Mesh::BaseKernel.

You do not have to use this class directly, use the predefined mesh-kernel combinations in Predefined Mesh Types.

See also:
OpenMesh::Concepts::KernelT, Specifying your MyMesh


The documentation for this class was generated from the following file:
acg pic Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .