|
VTK
9.6.20260308
|
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 389 of file vtkVoronoiHull.h.
|
inline |
Definition at line 392 of file vtkVoronoiHull.h.
|
inline |
Definition at line 393 of file vtkVoronoiHull.h.
|
inline |
Definition at line 394 of file vtkVoronoiHull.h.
|
inline |
Definition at line 400 of file vtkVoronoiHull.h.
|
inline |
Definition at line 401 of file vtkVoronoiHull.h.
|
inline |
Definition at line 402 of file vtkVoronoiHull.h.
| std::vector<int> vtkVoronoiHull::DeletionStack::Stack |
Definition at line 391 of file vtkVoronoiHull.h.