VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
demarle
Source
VTK
release
8.2
build
Utilities
Doxygen
dox
Filters
ParallelMPI
vtkPExtractRectilinearGrid.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPExtractRectilinearGrid.cxx
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 vtkPExtractRectilinearGrid_h
32
#define vtkPExtractRectilinearGrid_h
33
34
#include "vtkFiltersParallelMPIModule.h"
// For export macro
35
#include "
vtkExtractRectilinearGrid.h
"
36
37
// Forward Declarations
38
class
vtkInformation
;
39
class
vtkInformationVector
;
40
class
vtkMPIController
;
41
42
class
VTKFILTERSPARALLELMPI_EXPORT
vtkPExtractRectilinearGrid
:
43
public
vtkExtractRectilinearGrid
44
{
45
public
:
46
static
vtkPExtractRectilinearGrid
*
New
();
47
vtkTypeMacro(
vtkPExtractRectilinearGrid
,
vtkExtractRectilinearGrid
);
48
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
49
50
protected
:
51
vtkPExtractRectilinearGrid
();
52
virtual
~
vtkPExtractRectilinearGrid
();
53
54
// Standard VTK Pipeline methods
55
virtual
int
RequestData
(
56
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
57
virtual
int
RequestInformation
(
58
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
59
virtual
int
RequestUpdateExtent
(
60
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
61
62
vtkMPIController
*
Controller
;
63
64
private
:
65
vtkPExtractRectilinearGrid
(
const
vtkPExtractRectilinearGrid
&) =
delete
;
66
void
operator=(
const
vtkPExtractRectilinearGrid
&) =
delete
;
67
};
68
69
#endif
/* VTKPEXTRACTRECTILINEARGRID_H_ */
vtkExtractRectilinearGrid::RequestInformation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkExtractRectilinearGrid.h
vtkPExtractRectilinearGrid
Extract VOI and/or sub-sample a distributed rectilinear grid dataset.
Definition:
vtkPExtractRectilinearGrid.h:42
vtkExtractRectilinearGrid
Extract a sub grid (VOI) from the structured rectilinear dataset.
Definition:
vtkExtractRectilinearGrid.h:41
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkExtractRectilinearGrid::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:61
vtkPExtractRectilinearGrid::Controller
vtkMPIController * Controller
Definition:
vtkPExtractRectilinearGrid.h:62
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkExtractRectilinearGrid::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkExtractRectilinearGrid::RequestUpdateExtent
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkExtractRectilinearGrid::New
static vtkExtractRectilinearGrid * New()
Generated by
1.8.11