VTK  9.6.20260215
vtkEmptyVoronoi3DCompositor Struct Reference

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

Detailed Description

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.

Member Function Documentation

◆ Initialize()

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

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

Definition at line 472 of file vtkVoronoiCore3D.h.

◆ Finalize()

void vtkEmptyVoronoi3DCompositor::Finalize ( )
inline

Definition at line 473 of file vtkVoronoiCore3D.h.


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