Wildmeshing Toolkit
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
wmtk::TriMesh::VertexConnectivity Class Reference

#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
 

Detailed Description

(internal use) Maintains a list of triangles connected to the given vertex, and a flag to mark removal.


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