#include <BaseMesh.hpp>
Public Member Functions | |
| EdgeCollapseRemovedFace (FaceHandle removedFace, std::array< EdgeHandle, 2 > removedEdges, EdgeHandle newEdge) | |
Public Attributes | |
| EdgeHandle | newEdge |
| The edge that was inserted to replace the removed face. More... | |
| std::array< EdgeHandle, 2 > | removedEdges |
| The edges of the removed face (excluding the collapsed edge itself) More... | |
| FaceHandle | removedFace |
| A face adjacent to the collapsed edge which was removed. More... | |
Definition at line 653 of file BaseMesh.hpp.
|
inline |
Definition at line 664 of file BaseMesh.hpp.
| EdgeHandle lvr2::EdgeCollapseRemovedFace::newEdge |
The edge that was inserted to replace the removed face.
Definition at line 662 of file BaseMesh.hpp.
| std::array<EdgeHandle, 2> lvr2::EdgeCollapseRemovedFace::removedEdges |
The edges of the removed face (excluding the collapsed edge itself)
Definition at line 659 of file BaseMesh.hpp.
| FaceHandle lvr2::EdgeCollapseRemovedFace::removedFace |
A face adjacent to the collapsed edge which was removed.
Definition at line 656 of file BaseMesh.hpp.