|
Wildmeshing Toolkit
|
#include <TriMesh.h>
Public Member Functions | |
| size_t & | operator[] (const size_t index) |
| size_t | operator[] (const size_t index) const |
Public Attributes | |
| std::vector< size_t > | m_conn_tris |
| incident triangles of a given vertex | |
| bool | m_is_removed = false |
| is the vertex removed | |
(internal use) Maintains a list of triangles connected to the given vertex, and a flag to mark removal.