VTK
vtkPExtractVOI.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPExtractVOI.cxx
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 =========================================================================*/
30 #ifndef vtkPExtractVOI_h
31 #define vtkPExtractVOI_h
32 
33 #include "vtkFiltersParallelMPIModule.h" // For export macro
34 #include "vtkExtractVOI.h"
35 
36 // Forward Declarations
37 class vtkInformation;
39 class vtkMPIController;
40 
41 class VTKFILTERSPARALLELMPI_EXPORT vtkPExtractVOI : public vtkExtractVOI
42 {
43 public:
44  static vtkPExtractVOI* New();
46  void PrintSelf(ostream& os, vtkIndent indent);
47 
48 protected:
50  virtual ~vtkPExtractVOI();
51 
52  // Standard VTK Pipeline methods
53  virtual int RequestData(
55  virtual int RequestInformation(
57  virtual int RequestUpdateExtent(
59 
61 
62 private:
63  vtkPExtractVOI(const vtkPExtractVOI&); // Not implemented.
64  void operator=(const vtkPExtractVOI&); // Not implemented.
65 };
66 
67 #endif
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store vtkAlgorithm input/output information.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Definition: vtkIndent.h:38
Process communication using MPI.
select piece (e.g., volume of interest) and/or subsample structured points dataset ...
Definition: vtkExtractVOI.h:53
vtkMPIController * Controller
Store zero or more vtkInformation instances.
static vtkExtractVOI * New()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)