|
VTK
9.6.20260213
|
The following thread local data is used to process and keep track of information on a per-thread basis. More...
#include <vtkVoronoiCore3D.h>
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 |
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.
|
inline |
Definition at line 211 of file vtkVoronoiCore3D.h.
| vtkIdType vtkVoronoi3DLocalData< TCompositor, TClassifier >::ThreadId |
Definition at line 200 of file vtkVoronoiCore3D.h.
| int vtkVoronoi3DLocalData< TCompositor, TClassifier >::MaxPoints |
Definition at line 201 of file vtkVoronoiCore3D.h.
| int vtkVoronoi3DLocalData< TCompositor, TClassifier >::MaxFaces |
Definition at line 202 of file vtkVoronoiCore3D.h.
| int vtkVoronoi3DLocalData< TCompositor, TClassifier >::NumPrunes |
Definition at line 203 of file vtkVoronoiCore3D.h.
| vtkBatchIdsType vtkVoronoi3DLocalData< TCompositor, TClassifier >::LocalBatches |
Definition at line 204 of file vtkVoronoiCore3D.h.
| vtkVoronoiSpokesType vtkVoronoi3DLocalData< TCompositor, TClassifier >::LocalSpokes |
Definition at line 205 of file vtkVoronoiCore3D.h.
| vtkShellBinIterator vtkVoronoi3DLocalData< TCompositor, TClassifier >::SIter |
Definition at line 206 of file vtkVoronoiCore3D.h.
| vtkVoronoiHull vtkVoronoi3DLocalData< TCompositor, TClassifier >::Hull |
Definition at line 207 of file vtkVoronoiCore3D.h.
| TCompositor::LocalData vtkVoronoi3DLocalData< TCompositor, TClassifier >::Compositor |
Definition at line 208 of file vtkVoronoiCore3D.h.
| TClassifier vtkVoronoi3DLocalData< TCompositor, TClassifier >::Classifier |
Definition at line 209 of file vtkVoronoiCore3D.h.