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*> &);
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.
abstract class for specifying dataset behavior
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
Process communication using MPI.
Distributes points among MPI processors.
static vtkPointSetAlgorithm * New()
Multiprocessing communication superclass.