VTK
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 
34 class vtkDataSet;
35 class vtkImageData;
37 
38 class VTKFILTERSPARALLELDIY2_EXPORT vtkPResampleToImage : public vtkResampleToImage
39 {
40 public:
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
45 
47 
52  vtkGetObjectMacro(Controller, vtkMultiProcessController);
54 
55 protected:
58 
61 
63 
64 private:
65  vtkPResampleToImage(const vtkPResampleToImage&) VTK_DELETE_FUNCTION;
66  void operator=(const vtkPResampleToImage&) VTK_DELETE_FUNCTION;
67 };
68 
69 #endif
vtkPResampleToImage::New
static vtkPResampleToImage * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkPResampleToImage
sample dataset on a uniform grid in parallel
Definition: vtkPResampleToImage.h:39
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:83
vtkPResampleToImage::Controller
vtkMultiProcessController * Controller
Definition: vtkPResampleToImage.h:62
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:46
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkPResampleToImage::~vtkPResampleToImage
~vtkPResampleToImage()
vtkPResampleToImage::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkResampleToImage.h
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:63
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkPResampleToImage::SetController
virtual void SetController(vtkMultiProcessController *)
By defualt this filter uses the global controller, but this method can be used to set another instead...
vtkPResampleToImage::vtkPResampleToImage
vtkPResampleToImage()
vtkPResampleToImage::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkResampleToImage
sample dataset on a uniform grid
Definition: vtkResampleToImage.h:41