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