Developer Documentation
|
#include <libs_required/OpenMesh/Doc/Concepts/MeshItems.hh>
Public Types | |
typedef Refs_ | Refs |
Re-export the template argument Refs. This must be done! | |
Public Attributes | |
Halfedge | halfedges [2] |
Interface for the internal edge type. This minimal interface must be provided by every edge. It's up to the mesh kernel (or the items used by the mesh kernel) to implement it.
All methods marked as internal should only be used by the mesh kernel.
Definition at line 154 of file MeshItems.hh.
Halfedge OpenMesh::Concepts::MeshItems::EdgeT< Refs_ >::halfedges[2] |
Store two halfedges.
Definition at line 163 of file MeshItems.hh.