|
VTK
9.6.20260215
|
Keep track of points and faces currently being operated on. More...
#include <vtkVoronoiHull.h>
Public Member Functions | |
| FaceOperation (int faceId) | |
| bool | operator== (int faceId) const |
Public Attributes | |
| std::function< void(vtkVoronoiHull &hull, int, int, int)> | Function |
| int | FaceId |
| int | StartIdx |
| int | NumKeptPts |
Keep track of points and faces currently being operated on.
Represent a face operations to perform.
Definition at line 380 of file vtkVoronoiHull.h.
|
inline |
Definition at line 388 of file vtkVoronoiHull.h.
|
inline |
Definition at line 394 of file vtkVoronoiHull.h.
| std::function<void(vtkVoronoiHull& hull, int, int, int)> vtkVoronoiHull::FaceOperation::Function |
Definition at line 382 of file vtkVoronoiHull.h.
| int vtkVoronoiHull::FaceOperation::FaceId |
Definition at line 383 of file vtkVoronoiHull.h.
| int vtkVoronoiHull::FaceOperation::StartIdx |
Definition at line 384 of file vtkVoronoiHull.h.
| int vtkVoronoiHull::FaceOperation::NumKeptPts |
Definition at line 385 of file vtkVoronoiHull.h.