|
VTK
9.6.20260310
|
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 412 of file vtkVoronoiHull.h.
|
inline |
Definition at line 420 of file vtkVoronoiHull.h.
|
inline |
Definition at line 426 of file vtkVoronoiHull.h.
| std::function<void(vtkVoronoiHull& hull, int, int, int)> vtkVoronoiHull::FaceOperation::Function |
Definition at line 414 of file vtkVoronoiHull.h.
| int vtkVoronoiHull::FaceOperation::FaceId |
Definition at line 415 of file vtkVoronoiHull.h.
| int vtkVoronoiHull::FaceOperation::StartIdx |
Definition at line 416 of file vtkVoronoiHull.h.
| int vtkVoronoiHull::FaceOperation::NumKeptPts |
Definition at line 417 of file vtkVoronoiHull.h.