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