VTK  9.2.6
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=========================================================================*/
28#ifndef vtkPResampleToImage_h
29#define vtkPResampleToImage_h
30
31#include "vtkFiltersParallelDIY2Module.h" // For export macro
32#include "vtkResampleToImage.h"
33
34class vtkDataSet;
35class vtkImageData;
37
38class VTKFILTERSPARALLELDIY2_EXPORT vtkPResampleToImage : public vtkResampleToImage
39{
40public:
42 void PrintSelf(ostream& os, vtkIndent indent) override;
43
45
47
52 vtkGetObjectMacro(Controller, vtkMultiProcessController);
54
55protected:
58
60
62
63private:
65 void operator=(const vtkPResampleToImage&) = delete;
66};
67
68#endif
abstract class to specify dataset behavior
Definition: vtkDataSet.h:63
topologically and geometrically regular array of data
Definition: vtkImageData.h:54
a simple class to control print indentation
Definition: vtkIndent.h:40
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