 |
VTK
9.0.1
|
Go to the documentation of this file.
24 #ifndef vtkDIYKdTreeUtilities_h
25 #define vtkDIYKdTreeUtilities_h
29 #include "vtkFiltersParallelDIY2Module.h"
61 static std::vector<vtkBoundingBox> GenerateCuts(
vtkDataObject* dobj,
int number_of_partitions,
63 const double* local_bounds =
nullptr);
78 static std::vector<vtkBoundingBox> GenerateCuts(
117 static std::vector<int> ComputeAssignments(
int num_blocks,
int num_ranks);
represent and manipulate 3D points
composite dataset to encapsulates a dataset consisting of partitions.
abstract base class for most VTK objects
Multiprocessing communication superclass.
collection of utility functions for DIY-based KdTree algorithm
a simple class to control print indentation
dynamic, self-adjusting array of int
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
assigner for use with DIY
abstract class to specify dataset behavior
dataset represents arbitrary combinations of all possible cell types
general representation of visualization data