VTK  9.4.20241221
vtkPExtractGrid.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 vtkPExtractGrid_h
20#define vtkPExtractGrid_h
21
22#include "vtkExtractGrid.h"
23#include "vtkFiltersParallelMPIModule.h" // For export macro
24
25// Forward declarations
26VTK_ABI_NAMESPACE_BEGIN
28
29class VTKFILTERSPARALLELMPI_EXPORT vtkPExtractGrid : public vtkExtractGrid
30{
31public:
34 void PrintSelf(ostream& os, vtkIndent indent) override;
35
36protected:
38 ~vtkPExtractGrid() override;
39
40 // Standard VTK Pipeline methods
44
47
48private:
49 vtkPExtractGrid(const vtkPExtractGrid&) = delete;
50 void operator=(const vtkPExtractGrid&) = delete;
51};
52
53VTK_ABI_NAMESPACE_END
54#endif
select piece (e.g., volume of interest) and/or subsample structured grid 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 structured dataset.
void SetController(vtkMPIController *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMPIController * Controller
static vtkPExtractGrid * New()
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkPExtractGrid() override
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.