Struct EdgeCollapseResult
Defined in File BaseMesh.hpp
Struct Documentation
-
struct EdgeCollapseResult
Public Functions
-
inline EdgeCollapseResult(VertexHandle midPoint, VertexHandle removedPoint)
Public Members
-
VertexHandle midPoint
The vertex which was inserted to replace the collapsed edge.
-
VertexHandle removedPoint
-
std::array<boost::optional<EdgeCollapseRemovedFace>, 2> neighbors
The (face) neighbors of the edge which might have been removed. If so, the entry is not
noneand contains information about the invalidated handles and the replacement edge.
-
inline EdgeCollapseResult(VertexHandle midPoint, VertexHandle removedPoint)