Wildmeshing Toolkit
Loading...
Searching...
No Matches
Public Attributes | List of all members
wmtk::components::topological_offset::VertexExtra2d Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: