OpenMesh::ArrayKernelT< AttribKernel, FinalMeshItems > Class Template Reference
[Mesh Kernels]
#include <ArrayKernelT.hh>
Inheritance diagram for OpenMesh::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:
Project OpenMesh,
© Computer Graphics Group, RWTH Aachen.
Documentation generated using
doxygen
.