|
VTK
9.6.20260215
|
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) |
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.
|
inline |
Definition at line 405 of file vtkVoronoiHull.h.