VTK  9.6.20260215
vtkVoronoiHull::FaceProcessingArray Struct Reference

Unique list of faces (by id) that require processing. More...

#include <vtkVoronoiHull.h>

Inherits std::vector< FaceOperation >.

Public Member Functions

bool AddFace (vtkVoronoiHull *hull, int faceId)
 

Detailed Description

Unique list of faces (by id) that require processing.

Note that we use a std::vector rather than a std::unordered_set (or equivalent). This is because the number of faces to process is usually small, and the unordered_set is much slower than a vector.

Definition at line 403 of file vtkVoronoiHull.h.

Member Function Documentation

◆ AddFace()

bool vtkVoronoiHull::FaceProcessingArray::AddFace ( vtkVoronoiHull * hull,
int faceId )
inline

Definition at line 405 of file vtkVoronoiHull.h.


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