VTK
9.2.6
Filters
ParallelMPI
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
=========================================================================*/
30
31
#ifndef vtkPExtractRectilinearGrid_h
32
#define vtkPExtractRectilinearGrid_h
33
34
#include "
vtkExtractRectilinearGrid.h
"
35
#include "vtkFiltersParallelMPIModule.h"
// For export macro
36
37
// Forward Declarations
38
class
vtkInformation
;
39
class
vtkInformationVector
;
40
class
vtkMPIController
;
41
42
class
VTKFILTERSPARALLELMPI_EXPORT
vtkPExtractRectilinearGrid
:
public
vtkExtractRectilinearGrid
43
{
44
public
:
45
static
vtkPExtractRectilinearGrid
*
New
();
46
vtkTypeMacro(
vtkPExtractRectilinearGrid
,
vtkExtractRectilinearGrid
);
47
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
48
49
protected
:
50
vtkPExtractRectilinearGrid
();
51
virtual
~vtkPExtractRectilinearGrid
();
52
53
// Standard VTK Pipeline methods
54
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
55
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
56
int
RequestUpdateExtent
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
57
58
void
SetController
(
vtkMPIController
*);
59
vtkMPIController
*
Controller
;
60
61
private
:
62
vtkPExtractRectilinearGrid
(
const
vtkPExtractRectilinearGrid
&) =
delete
;
63
void
operator=(
const
vtkPExtractRectilinearGrid
&) =
delete
;
64
};
65
66
#endif
/* VTKPEXTRACTRECTILINEARGRID_H_ */
vtkExtractRectilinearGrid::vtkExtractRectilinearGrid
vtkExtractRectilinearGrid()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:40
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:42
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:74
vtkMPIController
Process communication using MPI.
Definition
vtkMPIController.h:62
vtkPExtractRectilinearGrid::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPExtractRectilinearGrid::~vtkPExtractRectilinearGrid
virtual ~vtkPExtractRectilinearGrid()
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:59
vtkPExtractRectilinearGrid::New
static vtkPExtractRectilinearGrid * New()
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 Sun Mar 2 2025 00:00:00 for VTK by
1.13.2