|
VTK
9.6.20260213
|
Produce the global adjacency graph / wheels and spokes data structure. More...
#include <vtkVoronoiCore3D.h>
Public Member Functions | |
| ProduceWheelsAndSpokes (vtkVoronoiCore3D< TCompositor, TClassifier > *vc) | |
| void | operator() (vtkIdType threadId, vtkIdType endThreadId) |
Static Public Member Functions | |
| static void | Execute (vtkVoronoiCore3D< TCompositor, TClassifier > *vc) |
Public Attributes | |
| vtkVoronoiCore3D< TCompositor, TClassifier > * | VC |
Produce the global adjacency graph / wheels and spokes data structure.
Implementation note: the wheels and spokes adjacency graph is always generated in this implementation. In practice this is not always needed. However it greatly simplifies the implementation. In the future, building the data structure could be made optional. Note that the SMP threading occurs over the local thread data.
Definition at line 403 of file vtkVoronoiCore3D.h.
| vtkVoronoiCore3D< TCompositor, TClassifier >::ProduceWheelsAndSpokes::ProduceWheelsAndSpokes | ( | vtkVoronoiCore3D< TCompositor, TClassifier > * | vc | ) |
| void vtkVoronoiCore3D< TCompositor, TClassifier >::ProduceWheelsAndSpokes::operator() | ( | vtkIdType | threadId, |
| vtkIdType | endThreadId ) |
|
static |
| vtkVoronoiCore3D<TCompositor, TClassifier>* vtkVoronoiCore3D< TCompositor, TClassifier >::ProduceWheelsAndSpokes::VC |
Definition at line 405 of file vtkVoronoiCore3D.h.