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
vtkPExtractVOI.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPExtractVOI.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 vtkPExtractVOI_h
32
#define vtkPExtractVOI_h
33
34
#include "vtkFiltersParallelMPIModule.h"
// For export macro
35
#include "
vtkExtractVOI.h
"
36
37
// Forward Declarations
38
class
vtkInformation
;
39
class
vtkInformationVector
;
40
class
vtkMPIController
;
41
42
class
VTKFILTERSPARALLELMPI_EXPORT
vtkPExtractVOI
:
public
vtkExtractVOI
43
{
44
public
:
45
static
vtkPExtractVOI
*
New
();
46
vtkTypeMacro(
vtkPExtractVOI
,
vtkExtractVOI
);
47
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
48
49
protected
:
50
vtkPExtractVOI
();
51
virtual
~
vtkPExtractVOI
();
52
53
// Standard VTK Pipeline methods
54
virtual
int
RequestData
(
55
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
56
virtual
int
RequestInformation
(
57
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
58
virtual
int
RequestUpdateExtent
(
59
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
60
61
vtkMPIController
*
Controller
;
62
63
private
:
64
vtkPExtractVOI
(
const
vtkPExtractVOI
&) =
delete
;
65
void
operator=(
const
vtkPExtractVOI
&) =
delete
;
66
};
67
68
#endif
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkExtractVOI::RequestInformation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
vtkExtractVOI::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called in response to a REQUEST_DATA request from the executive.
vtkExtractVOI::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPExtractVOI
Definition:
vtkPExtractVOI.h:42
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkMPIController
Process communication using MPI.
Definition:
vtkMPIController.h:61
vtkExtractVOI
select piece (e.g., volume of interest) and/or subsample structured points dataset ...
Definition:
vtkExtractVOI.h:54
vtkPExtractVOI::Controller
vtkMPIController * Controller
Definition:
vtkPExtractVOI.h:61
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkExtractVOI::New
static vtkExtractVOI * New()
Construct object to extract all of the input data.
vtkExtractVOI.h
vtkExtractVOI::RequestUpdateExtent
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
Generated by
1.8.11