VTK
vtkPExtractRectilinearGrid.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPExtractRectilinearGrid.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 vtkPExtractRectilinearGrid_h
31 #define vtkPExtractRectilinearGrid_h
32 
33 #include "vtkFiltersParallelMPIModule.h" // For export macro
35 
36 // Forward Declarations
37 class vtkInformation;
39 class vtkMPIController;
40 
41 class VTKFILTERSPARALLELMPI_EXPORT vtkPExtractRectilinearGrid :
43 {
44 public:
47  void PrintSelf(ostream& os, vtkIndent indent);
48 
49 protected:
51  virtual ~vtkPExtractRectilinearGrid();
52 
53  // Standard VTK Pipeline methods
54  virtual int RequestData(
56  virtual int RequestInformation(
58  virtual int RequestUpdateExtent(
60 
62 
63 private:
64  vtkPExtractRectilinearGrid(const vtkPExtractRectilinearGrid&); // Not implemented.
65  void operator=(const vtkPExtractRectilinearGrid&); // Not implemented.
66 };
67 
68 #endif /* VTKPEXTRACTRECTILINEARGRID_H_ */
Store vtkAlgorithm input/output information.
Extract VOI and/or sub-sample a distributed rectilinear grid dataset.
void PrintSelf(ostream &os, vtkIndent indent)
Extract a sub grid (VOI) from the structured rectilinear dataset.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Process communication using MPI.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
static vtkExtractRectilinearGrid * New()