50 #error this file is for documentation purposes only
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:83
void set_halfedge_handle(HalfedgeHandle _eh)
Set the outgoing halfedge link.
VertexHandle vertex_handle() const
Get the vertex the halfedge point to.
GenProg::TagTrue IsTriangle
Compile-time-tag: is this face a triangle? Should be typedef'ed to either GenProg::TagTrue or GenProg...
Definition: MeshItems.hh:177
Halfedge halfedges[2]
Store two halfedges.
Definition: MeshItems.hh:155
HalfedgeHandle halfedge_handle() const
Get an outgoing halfedge.
Interface for the internal face type.
Definition: MeshItems.hh:168
void set_vertex_handle(VertexHandle _vh)
Set the vertex the halfedge point to.
static bool is_triangle()
Run-time test: is this face a triangle?
FaceHandle face_handle() const
Get the face this halfedge belongs to.
HalfedgeHandle next_halfedge_handle() const
Get the next halfedge inside this face.
Interface for the internal vertex type.
Definition: MeshItems.hh:78
Handle for a halfedge entity.
Definition: Handles.hh:121
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:173
HalfedgeHandle halfedge_handle() const
Get a halfedge that belongs to this face.
VertexT()
Default constructor.
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:151
void set_next_halfedge_handle(HalfedgeHandle _eh)
Set the next halfedge inside this face.
void set_n_vertices(unsigned char _n)
Set the number of vertices of this face.
void set_face_handle(FaceHandle _fh)
Set the face this halfedge belongs to.
unsigned char n_vertices() const
Get the number of vertices of this face.
Handle for a face entity.
Definition: Handles.hh:135
Interface for the internal halfedge type.
Definition: MeshItems.hh:104
void set_halfedge_handle(HalfedgeHandle _eh)
Set a halfedge that belongs this face.
The mesh items class encapsulates the types VertexT, HalfedgeT, EdgeT, and FaceT. ...
Definition: MeshItems.hh:68
Handle for a vertex entity.
Definition: Handles.hh:114
Interface for the internal edge type.
Definition: MeshItems.hh:146
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:109