|
Wildmeshing Toolkit
|
Per-vertex data the shared 2D optimizer knows nothing about. More...
#include <TopoOffsetTriMesh.h>
Public Attributes | |
| int | label = 0 |
| bool | m_is_on_input = false |
| bool | m_is_on_offset = false |
| bool | m_is_on_region = false |
Per-vertex data the shared 2D optimizer knows nothing about.
Position, rounding, bbox membership, sizing and partition all live on wmtk::TriOptimizerMesh::VertexAttributes. The three flags here say WHICH of the tracked surfaces a vertex belongs to; the base's m_is_on_surface is their union. They are not mutually exclusive – a vertex where the offset boundary meets another region's boundary carries both.