Go to the documentation of this file.
32 #ifndef vtkDistributedPointCloudFilter_h
33 #define vtkDistributedPointCloudFilter_h
35 #include "vtkFiltersParallelMPIModule.h"
81 bool OptimizeBoundingBox(std::vector<vtkMPIController*> &,
vtkPointSet *,
double bounds[6]);
88 bool InitializeKdTree(std::vector<vtkMPIController*> &);
Superclass for algorithms that produce output of the same type as input.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
abstract class for specifying dataset behavior
Process communication using MPI.
static vtkPointSetAlgorithm * New()
Distributes points among MPI processors.