58 #error this file is for documentation purposes only 163 Halfedge halfedges[2];
187 static bool is_triangle();
190 unsigned char n_vertices()
const;
193 void set_n_vertices(
unsigned char _n);
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:91
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:181
void set_halfedge_handle(HalfedgeHandle _eh)
Set the outgoing halfedge link.
The mesh items class encapsulates the types VertexT, HalfedgeT, EdgeT, and FaceT. ...
Definition: MeshItems.hh:76
Handle for a vertex entity.
Definition: Handles.hh:125
Interface for the internal face type.
Definition: MeshItems.hh:176
GenProg::TagTrue IsTriangle
Compile-time-tag: is this face a triangle? Should be typedef'ed to either GenProg::TagTrue or GenProg...
Definition: MeshItems.hh:185
HalfedgeHandle halfedge_handle() const
Get an outgoing halfedge.
Interface for the internal halfedge type.
Definition: MeshItems.hh:112
VertexT()
Default constructor.
Handle for a face entity.
Definition: Handles.hh:146
Interface for the internal edge type.
Definition: MeshItems.hh:154
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:159
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:64
Interface for the internal vertex type.
Definition: MeshItems.hh:86
Handle for a halfedge entity.
Definition: Handles.hh:132
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:117