|
VTK
9.6.20260216
|
These are convenience/demonstration classes for configuring the templated 2D Voronoi classes. More...
#include <vtkVoronoiCore2D.h>
Classes | |
| struct | LocalData |
| Thread local data may be needed. More... | |
Public Member Functions | |
| void | Initialize (vtkIdType numPts, vtkEmptyVoronoi2DCompositor *) |
| 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 2D Voronoi classes.
Support Voronoi data compositing. This compositor class is responsible for accumlating data (within each thread) from each generated tile, 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 469 of file vtkVoronoiCore2D.h.
|
inline |
Prepare to accumulate compositing information: specify the total number of generating points to be processed.
Definition at line 475 of file vtkVoronoiCore2D.h.
|
inline |
Definition at line 476 of file vtkVoronoiCore2D.h.