|
Wildmeshing Toolkit
|
#include <TetMesh.h>
Public Member Functions | |
| size_t & | operator[] (const size_t index) |
| size_t | operator[] (const size_t index) const |
| void | print_info () |
Public Attributes | |
| std::vector< size_t > | m_conn_tets |
| bool | m_is_removed = false |
Friends | |
| bool | operator== (const VertexConnectivity &l, const VertexConnectivity &r) |
(internal use) Maintains a list of tetra connected to the given vertex, and a flag to mark removal.