VTK
9.4.20250114
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Filters
ParallelMPI
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
22
#include "
vtkExtractRectilinearGrid.h
"
23
#include "vtkFiltersParallelMPIModule.h"
// For export macro
24
25
// Forward Declarations
26
VTK_ABI_NAMESPACE_BEGIN
27
class
vtkInformation
;
28
class
vtkInformationVector
;
29
class
vtkMPIController
;
30
31
class
VTKFILTERSPARALLELMPI_EXPORT
vtkPExtractRectilinearGrid
:
public
vtkExtractRectilinearGrid
32
{
33
public
:
34
static
vtkPExtractRectilinearGrid
*
New
();
35
vtkTypeMacro(
vtkPExtractRectilinearGrid
,
vtkExtractRectilinearGrid
);
36
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
37
38
protected
:
39
vtkPExtractRectilinearGrid
();
40
~vtkPExtractRectilinearGrid
()
override
;
41
42
// Standard VTK Pipeline methods
43
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
44
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
45
int
RequestUpdateExtent
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
46
47
void
SetController
(
vtkMPIController
*);
48
vtkMPIController
*
Controller
;
49
50
private
:
51
vtkPExtractRectilinearGrid
(
const
vtkPExtractRectilinearGrid
&) =
delete
;
52
void
operator=(
const
vtkPExtractRectilinearGrid
&) =
delete
;
53
};
54
55
VTK_ABI_NAMESPACE_END
56
#endif
/* VTKPEXTRACTRECTILINEARGRID_H_ */
vtkExtractRectilinearGrid
Extract a sub grid (VOI) from the structured rectilinear dataset.
Definition
vtkExtractRectilinearGrid.h:31
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:140
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:172
vtkMPIController
Process communication using MPI.
Definition
vtkMPIController.h:51
vtkPExtractRectilinearGrid
Extract VOI and/or sub-sample a distributed rectilinear grid dataset.
Definition
vtkPExtractRectilinearGrid.h:32
vtkPExtractRectilinearGrid::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPExtractRectilinearGrid::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkPExtractRectilinearGrid::SetController
void SetController(vtkMPIController *)
vtkPExtractRectilinearGrid::Controller
vtkMPIController * Controller
Definition
vtkPExtractRectilinearGrid.h:48
vtkPExtractRectilinearGrid::New
static vtkPExtractRectilinearGrid * New()
vtkPExtractRectilinearGrid::~vtkPExtractRectilinearGrid
~vtkPExtractRectilinearGrid() override
vtkPExtractRectilinearGrid::RequestInformation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkPExtractRectilinearGrid::vtkPExtractRectilinearGrid
vtkPExtractRectilinearGrid()
vtkPExtractRectilinearGrid::RequestUpdateExtent
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkExtractRectilinearGrid.h
Generated on Tue Jan 14 2025 14:31:19 for VTK by
1.9.7