VTK  9.0.1
vtkPResampleToImage.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPResampleToImage.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
25 #ifndef vtkPResampleToImage_h
26 #define vtkPResampleToImage_h
27 
28 #include "vtkFiltersParallelDIY2Module.h" // For export macro
29 #include "vtkResampleToImage.h"
30 
31 class vtkDataSet;
32 class vtkImageData;
34 
35 class VTKFILTERSPARALLELDIY2_EXPORT vtkPResampleToImage : public vtkResampleToImage
36 {
37 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
42 
44 
49  vtkGetObjectMacro(Controller, vtkMultiProcessController);
51 
52 protected:
55 
57 
59 
60 private:
62  void operator=(const vtkPResampleToImage&) = delete;
63 };
64 
65 #endif
vtkPResampleToImage::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkPResampleToImage::New
static vtkPResampleToImage * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:36
vtkPResampleToImage::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPResampleToImage
sample dataset on a uniform grid in parallel
Definition: vtkPResampleToImage.h:36
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:76
vtkPResampleToImage::Controller
vtkMultiProcessController * Controller
Definition: vtkPResampleToImage.h:58
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:42
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:34
vtkPResampleToImage::~vtkPResampleToImage
~vtkPResampleToImage() override
vtkResampleToImage.h
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:57
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:65
vtkPResampleToImage::SetController
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
vtkPResampleToImage::vtkPResampleToImage
vtkPResampleToImage()
vtkResampleToImage
sample dataset on a uniform grid
Definition: vtkResampleToImage.h:36