VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Filters
ParallelMPI
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
26
VTK_ABI_NAMESPACE_BEGIN
27
class
vtkMPIController
;
28
29
class
VTKFILTERSPARALLELMPI_EXPORT
vtkPExtractGrid
:
public
vtkExtractGrid
30
{
31
public
:
32
static
vtkPExtractGrid
*
New
();
33
vtkTypeMacro(
vtkPExtractGrid
,
vtkExtractGrid
);
34
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
35
36
protected
:
37
vtkPExtractGrid
();
38
~
vtkPExtractGrid
()
override
;
39
40
// Standard VTK Pipeline methods
41
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
42
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
43
int
RequestUpdateExtent
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
44
45
void
SetController(
vtkMPIController
*);
46
vtkMPIController
*
Controller
;
47
48
private
:
49
vtkPExtractGrid
(
const
vtkPExtractGrid
&) =
delete
;
50
void
operator=(
const
vtkPExtractGrid
&) =
delete
;
51
};
52
53
VTK_ABI_NAMESPACE_END
54
#endif
vtkExtractGrid::RequestUpdateExtent
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkExtractGrid::New
static vtkExtractGrid * New()
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:62
vtkExtractGrid::RequestInformation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkPExtractGrid::Controller
vtkMPIController * Controller
Definition:
vtkPExtractGrid.h:46
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:28
vtkExtractGrid::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMPIController
Process communication using MPI.
Definition:
vtkMPIController.h:50
vtkPExtractGrid
Extract VOI and/or sub-sample a distributed structured dataset.
Definition:
vtkPExtractGrid.h:29
vtkExtractGrid.h
vtkExtractGrid
select piece (e.g., volume of interest) and/or subsample structured grid dataset
Definition:
vtkExtractGrid.h:41
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:30
vtkExtractGrid::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Generated on Sun Mar 23 2025 01:22:27 for VTK by
1.8.10