 |
OpenMesh
|
53 #error this file is for documentation purposes only
void set_halfedge_handle(HalfedgeHandle _eh)
Set the outgoing halfedge link.
HalfedgeHandle next_halfedge_handle() const
Get the next halfedge inside this face.
Halfedge halfedges[2]
Store two halfedges.
Definition: MeshItems.hh:158
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:154
unsigned char n_vertices() const
Get the number of vertices of this face.
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:86
Handle for a halfedge entity.
Definition: Handles.hh:127
void set_n_vertices(unsigned char _n)
Set the number of vertices of this face.
Interface for the internal edge type.
Definition: MeshItems.hh:149
VertexHandle vertex_handle() const
Get the vertex the halfedge point to.
Interface for the internal vertex type.
Definition: MeshItems.hh:81
Interface for the internal halfedge type.
Definition: MeshItems.hh:107
void set_halfedge_handle(HalfedgeHandle _eh)
Set a halfedge that belongs this face.
Handle for a face entity.
Definition: Handles.hh:141
Definition: MeshItems.hh:71
void set_vertex_handle(VertexHandle _vh)
Set the vertex the halfedge point to.
void set_next_halfedge_handle(HalfedgeHandle _eh)
Set the next halfedge inside this face.
static bool is_triangle()
Run-time test: is this face a triangle?
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
void set_face_handle(FaceHandle _fh)
Set the face this halfedge belongs to.
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:112
HalfedgeHandle halfedge_handle() const
Get an outgoing halfedge.
Handle for a vertex entity.
Definition: Handles.hh:120
Refs_ Refs
Re-export the template argument Refs. This must be done!
Definition: MeshItems.hh:176
VertexT()
Default constructor.
HalfedgeHandle halfedge_handle() const
Get a halfedge that belongs to this face.
This file contains all code required to use Eigen3 vectors as Mesh vectors.
Definition: MeshItems.hh:59
Interface for the internal face type.
Definition: MeshItems.hh:171
FaceHandle face_handle() const
Get the face this halfedge belongs to.
Project OpenMesh,
© Computer Graphics Group, RWTH Aachen.
Documentation generated using
doxygen
.