DGtal
1.5.beta
|
#include <DGtal/topology/HalfEdgeDataStructure.h>
Public Member Functions | |
HalfEdge () | |
Default constructor. The half-edge is invalid. More... | |
Data Fields | |
VertexIndex | toVertex |
The end vertex of this half-edge as an index into the vertex array. More... | |
FaceIndex | face |
Index into the face array. More... | |
EdgeIndex | edge |
Index into the edges array. More... | |
Index | opposite |
Index into the halfedges array. More... | |
Index | next |
Index into the halfedges array. More... | |
The half edge structure. Each half-edge points to some Vertex, is incident to one face, lies on one undirected edge, has an opposite half-edge lying on the same edge, and has a next half-edge along the face.
Definition at line 188 of file HalfEdgeDataStructure.h.
|
inline |
Default constructor. The half-edge is invalid.
Definition at line 202 of file HalfEdgeDataStructure.h.
EdgeIndex DGtal::HalfEdgeDataStructure::HalfEdge::edge |
Index into the edges array.
Definition at line 195 of file HalfEdgeDataStructure.h.
Referenced by DGtal::HalfEdgeDataStructure::isValid(), DGtal::HalfEdgeDataStructure::isValidTriangulation(), DGtal::HalfEdgeDataStructure::merge(), DGtal::HalfEdgeDataStructure::renumberEdge(), DGtal::HalfEdgeDataStructure::renumberHalfEdge(), and DGtal::HalfEdgeDataStructure::split().
FaceIndex DGtal::HalfEdgeDataStructure::HalfEdge::face |
Index into the face array.
Definition at line 193 of file HalfEdgeDataStructure.h.
Referenced by DGtal::HalfEdgeDataStructure::boundaryArcs(), DGtal::HalfEdgeDataStructure::boundaryHalfEdgeIndices(), DGtal::HalfEdgeDataStructure::boundaryVertices(), DGtal::HalfEdgeDataStructure::flip(), DGtal::HalfEdgeDataStructure::getNeighboringFaces(), DGtal::HalfEdgeDataStructure::isFlippable(), DGtal::HalfEdgeDataStructure::isMergeable(), DGtal::HalfEdgeDataStructure::isValid(), DGtal::HalfEdgeDataStructure::isValidTriangulation(), DGtal::HalfEdgeDataStructure::isVertexBoundary(), DGtal::HalfEdgeDataStructure::merge(), DGtal::HalfEdgeDataStructure::renumberFace(), DGtal::HalfEdgeDataStructure::renumberHalfEdge(), and DGtal::HalfEdgeDataStructure::split().
Index DGtal::HalfEdgeDataStructure::HalfEdge::next |
Index into the halfedges array.
Definition at line 199 of file HalfEdgeDataStructure.h.
Referenced by DGtal::HalfEdgeDataStructure::findHalfEdgeIndexFromArc(), DGtal::HalfEdgeDataStructure::flip(), DGtal::HalfEdgeDataStructure::getNeighboringFaces(), DGtal::HalfEdgeDataStructure::getNeighboringVertices(), DGtal::HalfEdgeDataStructure::isFlippable(), DGtal::HalfEdgeDataStructure::isMergeable(), DGtal::HalfEdgeDataStructure::isValid(), DGtal::HalfEdgeDataStructure::isValidTriangulation(), DGtal::HalfEdgeDataStructure::merge(), DGtal::HalfEdgeDataStructure::nbNeighboringVertices(), DGtal::HalfEdgeDataStructure::nbSides(), DGtal::HalfEdgeDataStructure::renumberFace(), DGtal::HalfEdgeDataStructure::renumberHalfEdge(), DGtal::HalfEdgeDataStructure::renumberVertex(), DGtal::HalfEdgeDataStructure::split(), and DGtal::HalfEdgeDataStructure::verticesOfFace().
Index DGtal::HalfEdgeDataStructure::HalfEdge::opposite |
Index into the halfedges array.
Definition at line 197 of file HalfEdgeDataStructure.h.
Referenced by DGtal::HalfEdgeDataStructure::arcFromHalfEdgeIndex(), DGtal::HalfEdgeDataStructure::findHalfEdgeIndexFromArc(), DGtal::HalfEdgeDataStructure::flip(), DGtal::HalfEdgeDataStructure::getNeighboringFaces(), DGtal::HalfEdgeDataStructure::getNeighboringVertices(), DGtal::HalfEdgeDataStructure::isFlippable(), DGtal::HalfEdgeDataStructure::isMergeable(), DGtal::HalfEdgeDataStructure::isValid(), DGtal::HalfEdgeDataStructure::merge(), DGtal::HalfEdgeDataStructure::nbNeighboringVertices(), DGtal::HalfEdgeDataStructure::renumberEdge(), DGtal::HalfEdgeDataStructure::renumberHalfEdge(), DGtal::HalfEdgeDataStructure::renumberVertex(), and DGtal::HalfEdgeDataStructure::split().
VertexIndex DGtal::HalfEdgeDataStructure::HalfEdge::toVertex |
The end vertex of this half-edge as an index into the vertex array.
Definition at line 191 of file HalfEdgeDataStructure.h.
Referenced by DGtal::HalfEdgeDataStructure::arcFromHalfEdgeIndex(), DGtal::HalfEdgeDataStructure::boundaryVertices(), DGtal::HalfEdgeDataStructure::findHalfEdgeIndexFromArc(), DGtal::HalfEdgeDataStructure::flip(), DGtal::HalfEdgeDataStructure::getNeighboringVertices(), DGtal::HalfEdgeDataStructure::isFlippable(), DGtal::HalfEdgeDataStructure::isMergeable(), DGtal::HalfEdgeDataStructure::isValid(), DGtal::HalfEdgeDataStructure::isValidTriangulation(), DGtal::HalfEdgeDataStructure::merge(), DGtal::HalfEdgeDataStructure::renumberHalfEdge(), DGtal::HalfEdgeDataStructure::renumberVertex(), DGtal::HalfEdgeDataStructure::split(), and DGtal::HalfEdgeDataStructure::verticesOfFace().