VTK  9.6.20260213
vtkVoronoi3DLocalData< TCompositor, TClassifier > Struct Template Reference

The following thread local data is used to process and keep track of information on a per-thread basis. More...

#include <vtkVoronoiCore3D.h>

Collaboration diagram for vtkVoronoi3DLocalData< TCompositor, TClassifier >:
[legend]

Public Member Functions

 vtkVoronoi3DLocalData ()
 

Public Attributes

vtkIdType ThreadId
 
int MaxPoints
 
int MaxFaces
 
int NumPrunes
 
vtkBatchIdsType LocalBatches
 
vtkVoronoiSpokesType LocalSpokes
 
vtkShellBinIterator SIter
 
vtkVoronoiHull Hull
 
TCompositor::LocalData Compositor
 
TClassifier Classifier
 

Detailed Description

template<class TCompositor, class TClassifier>
struct vtkVoronoi3DLocalData< TCompositor, TClassifier >

The following thread local data is used to process and keep track of information on a per-thread basis.

Definition at line 198 of file vtkVoronoiCore3D.h.

Constructor & Destructor Documentation

◆ vtkVoronoi3DLocalData()

template<class TCompositor, class TClassifier>
vtkVoronoi3DLocalData< TCompositor, TClassifier >::vtkVoronoi3DLocalData ( )
inline

Definition at line 211 of file vtkVoronoiCore3D.h.

Member Data Documentation

◆ ThreadId

template<class TCompositor, class TClassifier>
vtkIdType vtkVoronoi3DLocalData< TCompositor, TClassifier >::ThreadId

Definition at line 200 of file vtkVoronoiCore3D.h.

◆ MaxPoints

template<class TCompositor, class TClassifier>
int vtkVoronoi3DLocalData< TCompositor, TClassifier >::MaxPoints

Definition at line 201 of file vtkVoronoiCore3D.h.

◆ MaxFaces

template<class TCompositor, class TClassifier>
int vtkVoronoi3DLocalData< TCompositor, TClassifier >::MaxFaces

Definition at line 202 of file vtkVoronoiCore3D.h.

◆ NumPrunes

template<class TCompositor, class TClassifier>
int vtkVoronoi3DLocalData< TCompositor, TClassifier >::NumPrunes

Definition at line 203 of file vtkVoronoiCore3D.h.

◆ LocalBatches

template<class TCompositor, class TClassifier>
vtkBatchIdsType vtkVoronoi3DLocalData< TCompositor, TClassifier >::LocalBatches

Definition at line 204 of file vtkVoronoiCore3D.h.

◆ LocalSpokes

template<class TCompositor, class TClassifier>
vtkVoronoiSpokesType vtkVoronoi3DLocalData< TCompositor, TClassifier >::LocalSpokes

Definition at line 205 of file vtkVoronoiCore3D.h.

◆ SIter

template<class TCompositor, class TClassifier>
vtkShellBinIterator vtkVoronoi3DLocalData< TCompositor, TClassifier >::SIter

Definition at line 206 of file vtkVoronoiCore3D.h.

◆ Hull

template<class TCompositor, class TClassifier>
vtkVoronoiHull vtkVoronoi3DLocalData< TCompositor, TClassifier >::Hull

Definition at line 207 of file vtkVoronoiCore3D.h.

◆ Compositor

template<class TCompositor, class TClassifier>
TCompositor::LocalData vtkVoronoi3DLocalData< TCompositor, TClassifier >::Compositor

Definition at line 208 of file vtkVoronoiCore3D.h.

◆ Classifier

template<class TCompositor, class TClassifier>
TClassifier vtkVoronoi3DLocalData< TCompositor, TClassifier >::Classifier

Definition at line 209 of file vtkVoronoiCore3D.h.


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