|
VTK
9.6.20260215
|
A homebrew stack with a preferred API. More...
#include <vtkVoronoiHull.h>
Public Member Functions | |
| DeletionStack () | |
| void | Push (int id) |
| int | Pop () |
| bool | IsEmpty () |
| void | Clear () |
| void | Reserve (int sze) |
Public Attributes | |
| std::vector< int > | Stack |
A homebrew stack with a preferred API.
It is used to keep track of points and faces that have been deleted and are eligible to be overwritten by the addition of a new point or face.
Definition at line 357 of file vtkVoronoiHull.h.
|
inline |
Definition at line 360 of file vtkVoronoiHull.h.
|
inline |
Definition at line 361 of file vtkVoronoiHull.h.
|
inline |
Definition at line 362 of file vtkVoronoiHull.h.
|
inline |
Definition at line 368 of file vtkVoronoiHull.h.
|
inline |
Definition at line 369 of file vtkVoronoiHull.h.
|
inline |
Definition at line 370 of file vtkVoronoiHull.h.
| std::vector<int> vtkVoronoiHull::DeletionStack::Stack |
Definition at line 359 of file vtkVoronoiHull.h.