VTK  9.3.20240423
vtkPResampleToImage.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
16#ifndef vtkPResampleToImage_h
17#define vtkPResampleToImage_h
18
19#include "vtkFiltersParallelDIY2Module.h" // For export macro
20#include "vtkResampleToImage.h"
21
22VTK_ABI_NAMESPACE_BEGIN
23class vtkDataSet;
24class vtkImageData;
26
27class VTKFILTERSPARALLELDIY2_EXPORT vtkPResampleToImage : public vtkResampleToImage
28{
29public:
31 void PrintSelf(ostream& os, vtkIndent indent) override;
32
34
36
41 vtkGetObjectMacro(Controller, vtkMultiProcessController);
43
44protected:
47
49
51
52private:
54 void operator=(const vtkPResampleToImage&) = delete;
55};
56
57VTK_ABI_NAMESPACE_END
58#endif
abstract class to specify dataset behavior
Definition vtkDataSet.h:166
topologically and geometrically regular array of data
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Multiprocessing communication superclass.
sample dataset on a uniform grid in parallel
~vtkPResampleToImage() override
static vtkPResampleToImage * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMultiProcessController * Controller
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
sample dataset on a uniform grid