#include <BaseMesh.hpp>
Public Member Functions | |
EdgeCollapseResult (VertexHandle midPoint, VertexHandle removedPoint) | |
Public Attributes | |
VertexHandle | midPoint |
The vertex which was inserted to replace the collapsed edge. More... | |
std::array< boost::optional< EdgeCollapseRemovedFace >, 2 > | neighbors |
VertexHandle | removedPoint |
Definition at line 671 of file BaseMesh.hpp.
|
inline |
Definition at line 683 of file BaseMesh.hpp.
VertexHandle lvr2::EdgeCollapseResult::midPoint |
The vertex which was inserted to replace the collapsed edge.
Definition at line 674 of file BaseMesh.hpp.
std::array<boost::optional<EdgeCollapseRemovedFace>, 2> lvr2::EdgeCollapseResult::neighbors |
The (face) neighbors of the edge which might have been removed. If so, the entry is not none
and contains information about the invalidated handles and the replacement edge.
Definition at line 681 of file BaseMesh.hpp.
VertexHandle lvr2::EdgeCollapseResult::removedPoint |
Definition at line 676 of file BaseMesh.hpp.