#include <TriMesh.h>
|
|
size_t & | operator[] (size_t index) |
| |
|
size_t | operator[] (size_t index) const |
| |
| int | find (size_t v_id) const |
| |
|
|
std::array< size_t, 3 > | m_indices |
| | incident vertices of a given triangle
|
| |
|
bool | m_is_removed = false |
| | is the triangle removed
|
| |
|
size_t | hash = 0 |
| | the hash is changed every time there is an operation that influences the triangle
|
| |
(internal use) Maintains a list of vertices of the given triangle
◆ find()
| int wmtk::TriMesh::TriangleConnectivity::find |
( |
size_t |
v_id | ) |
const |
|
inline |
- Parameters
-
- Returns
- local vid of the vertex given the triangle
-1 if the vertex is not incident to the triangle
The documentation for this class was generated from the following file:
- /home/runner/work/wildmeshing-toolkit/wildmeshing-toolkit/src/wmtk/TriMesh.h