VTK  9.6.20260216
vtkEmptyVoronoi2DCompositor Struct Reference

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 ()
 

Detailed Description

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.

Member Function Documentation

◆ Initialize()

void vtkEmptyVoronoi2DCompositor::Initialize ( vtkIdType numPts,
vtkEmptyVoronoi2DCompositor *  )
inline

Prepare to accumulate compositing information: specify the total number of generating points to be processed.

Definition at line 475 of file vtkVoronoiCore2D.h.

◆ Finalize()

void vtkEmptyVoronoi2DCompositor::Finalize ( )
inline

Definition at line 476 of file vtkVoronoiCore2D.h.


The documentation for this struct was generated from the following file: