Developer Documentation
Interface Concepts

Classes

struct  OpenMesh::Concepts::MeshItems
 
class  OpenMesh::Concepts::KernelT< FinalMeshItems >
 

Detailed Description

Since for many classes no virtual inheritace is used one can't enforce a specific interface by pure virtual functions. Therefore these interfaces will be described in this group. Everyone implementing e.g. a new mesh kernel should at least implement the OpenMesh::Concepts::Kernel concept.