VTK  9.3.1
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 
33  static vtkPResampleToImage* New();
34 
36 
40  virtual void SetController(vtkMultiProcessController*);
41  vtkGetObjectMacro(Controller, vtkMultiProcessController);
43 
44 protected:
46  ~vtkPResampleToImage() override;
47 
49 
51 
52 private:
54  void operator=(const vtkPResampleToImage&) = delete;
55 };
56 
57 VTK_ABI_NAMESPACE_END
58 #endif
static vtkResampleToImage * New()
Store vtkAlgorithm input/output information.
abstract class to specify dataset behavior
Definition: vtkDataSet.h:52
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
sample dataset on a uniform grid
sample dataset on a uniform grid in parallel
a simple class to control print indentation
Definition: vtkIndent.h:28
topologically and geometrically regular array of data
Definition: vtkImageData.h:42
vtkMultiProcessController * Controller
Store zero or more vtkInformation instances.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Multiprocessing communication superclass.