VTK
9.2.6
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Filters
ParallelMPI
vtkPExtractGrid.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPExtractGrid.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
=========================================================================*/
31
#ifndef vtkPExtractGrid_h
32
#define vtkPExtractGrid_h
33
34
#include "
vtkExtractGrid.h
"
35
#include "vtkFiltersParallelMPIModule.h"
// For export macro
36
37
// Forward declarations
38
class
vtkMPIController
;
39
40
class
VTKFILTERSPARALLELMPI_EXPORT
vtkPExtractGrid
:
public
vtkExtractGrid
41
{
42
public
:
43
static
vtkPExtractGrid
*
New
();
44
vtkTypeMacro(
vtkPExtractGrid
,
vtkExtractGrid
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
46
47
protected
:
48
vtkPExtractGrid
();
49
~vtkPExtractGrid
()
override
;
50
51
// Standard VTK Pipeline methods
52
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
53
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
54
int
RequestUpdateExtent
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
55
56
void
SetController
(
vtkMPIController
*);
57
vtkMPIController
*
Controller
;
58
59
private
:
60
vtkPExtractGrid
(
const
vtkPExtractGrid
&) =
delete
;
61
void
operator=(
const
vtkPExtractGrid
&) =
delete
;
62
};
63
64
#endif
vtkExtractGrid
select piece (e.g., volume of interest) and/or subsample structured grid dataset
Definition
vtkExtractGrid.h:53
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
vtkPExtractGrid
Extract VOI and/or sub-sample a distributed structured dataset.
Definition
vtkPExtractGrid.h:41
vtkPExtractGrid::SetController
void SetController(vtkMPIController *)
vtkPExtractGrid::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPExtractGrid::Controller
vtkMPIController * Controller
Definition
vtkPExtractGrid.h:57
vtkPExtractGrid::New
static vtkPExtractGrid * New()
vtkPExtractGrid::RequestInformation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkPExtractGrid::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkPExtractGrid::~vtkPExtractGrid
~vtkPExtractGrid() override
vtkPExtractGrid::vtkPExtractGrid
vtkPExtractGrid()
vtkPExtractGrid::RequestUpdateExtent
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkExtractGrid.h
Generated on Fri Jul 12 2024 00:00:00 for VTK by
1.11.0