VTK  9.3.20240419
vtkPExtractRectilinearGrid.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
19 #ifndef vtkPExtractRectilinearGrid_h
20 #define vtkPExtractRectilinearGrid_h
21 
23 #include "vtkFiltersParallelMPIModule.h" // For export macro
24 
25 // Forward Declarations
26 VTK_ABI_NAMESPACE_BEGIN
27 class vtkInformation;
29 class vtkMPIController;
30 
31 class VTKFILTERSPARALLELMPI_EXPORT vtkPExtractRectilinearGrid : public vtkExtractRectilinearGrid
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
38 protected:
41 
42  // Standard VTK Pipeline methods
46 
49 
50 private:
52  void operator=(const vtkPExtractRectilinearGrid&) = delete;
53 };
54 
55 VTK_ABI_NAMESPACE_END
56 #endif /* VTKPEXTRACTRECTILINEARGRID_H_ */
Extract a sub grid (VOI) from the structured rectilinear dataset.
a simple class to control print indentation
Definition: vtkIndent.h:108
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.
static vtkPExtractRectilinearGrid * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetController(vtkMPIController *)
~vtkPExtractRectilinearGrid() override
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.