VTK  9.3.20240419
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 
22 VTK_ABI_NAMESPACE_BEGIN
23 class vtkDataSet;
24 class vtkImageData;
26 
27 class VTKFILTERSPARALLELDIY2_EXPORT vtkPResampleToImage : public vtkResampleToImage
28 {
29 public:
31  void PrintSelf(ostream& os, vtkIndent indent) override;
32 
34 
36 
41  vtkGetObjectMacro(Controller, vtkMultiProcessController);
43 
44 protected:
47 
49 
51 
52 private:
54  void operator=(const vtkPResampleToImage&) = delete;
55 };
56 
57 VTK_ABI_NAMESPACE_END
58 #endif
abstract class to specify dataset behavior
Definition: vtkDataSet.h:166
topologically and geometrically regular array of data
Definition: vtkImageData.h:156
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
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
static vtkPResampleToImage * New()
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