|
VTK
9.6.20260215
|
These are convenience/demonstration classes for configuring the templated 3D Voronoi classes. More...
#include <vtkVoronoiCore3D.h>
Classes | |
| struct | LocalData |
| Thread local data may be needed. More... | |
Public Member Functions | |
| void | Initialize (vtkIdType numPts, vtkEmptyVoronoi3DCompositor *) |
| Prepare to accumulate compositing information: specify the total number of generating points to be processed. | |
| void | Finalize () |
These are convenience/demonstration classes for configuring the templated 3D Voronoi classes.
Support Voronoi data compositing. This compositor class is responsible for gathering data from each generated hull, which is later combined to form a global output. The empty compositor illustrates the methods that a Voronoi compositor must support, and does not actually gather any information.
Definition at line 466 of file vtkVoronoiCore3D.h.
|
inline |
Prepare to accumulate compositing information: specify the total number of generating points to be processed.
Definition at line 472 of file vtkVoronoiCore3D.h.
|
inline |
Definition at line 473 of file vtkVoronoiCore3D.h.