53 #error this file is for documentation purposes only 158 Halfedge halfedges[2];
182 static bool is_triangle();
185 unsigned char n_vertices()
const;
188 void set_n_vertices(
unsigned char _n);
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:154
Handle for a halfedge entity.
Definition: Handles.hh:127
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:176
Handle for a vertex entity.
Definition: Handles.hh:120
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:112
The mesh items class encapsulates the types VertexT, HalfedgeT, EdgeT, and FaceT. ...
Definition: MeshItems.hh:71
void set_halfedge_handle(HalfedgeHandle _eh)
Set the outgoing halfedge link.
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:59
Interface for the internal halfedge type.
Definition: MeshItems.hh:107
Handle for a face entity.
Definition: Handles.hh:141
Interface for the internal face type.
Definition: MeshItems.hh:171
Interface for the internal vertex type.
Definition: MeshItems.hh:81
GenProg::TagTrue IsTriangle
Compile-time-tag: is this face a triangle? Should be typedef'ed to either GenProg::TagTrue or GenProg...
Definition: MeshItems.hh:180
VertexT()
Default constructor.
HalfedgeHandle halfedge_handle() const
Get an outgoing halfedge.
Interface for the internal edge type.
Definition: MeshItems.hh:149
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:86