VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
boeckb
code
depot
group-kitware
vtk
build-release
Utilities
Doxygen
dox
Filters
ParallelMPI
vtkPExtractGrid.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPExtractGrid.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
=========================================================================*/
30
#ifndef vtkPExtractGrid_h
31
#define vtkPExtractGrid_h
32
33
#include "vtkFiltersParallelMPIModule.h"
// For export macro
34
#include "
vtkExtractGrid.h
"
35
36
// Forward declarations
37
class
vtkMPIController
;
38
39
class
VTKFILTERSPARALLELMPI_EXPORT
vtkPExtractGrid
:
public
vtkExtractGrid
40
{
41
public
:
42
static
vtkPExtractGrid
*
New
();
43
vtkTypeMacro(
vtkPExtractGrid
,
vtkExtractGrid
);
44
void
PrintSelf
(ostream& os,
vtkIndent
indent);
45
46
protected
:
47
vtkPExtractGrid
();
48
virtual
~
vtkPExtractGrid
();
49
50
// Standard VTK Pipeline methods
51
virtual
int
RequestData
(
52
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
53
virtual
int
RequestInformation
(
54
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
55
virtual
int
RequestUpdateExtent
(
56
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
57
58
vtkMPIController
*
Controller
;
59
60
private
:
61
vtkPExtractGrid
(
const
vtkPExtractGrid
&);
// Not implemented.
62
void
operator=(
const
vtkPExtractGrid
&);
// Not implemented.
63
};
64
65
#endif
vtkExtractGrid::New
static vtkExtractGrid * New()
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:85
vtkExtractGrid::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPExtractGrid::Controller
vtkMPIController * Controller
Definition:
vtkPExtractGrid.h:58
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkMPIController
Process communication using MPI.
Definition:
vtkMPIController.h:60
vtkExtractGrid::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkPExtractGrid
Extract VOI and/or sub-sample a distributed structured dataset.
Definition:
vtkPExtractGrid.h:39
vtkExtractGrid.h
vtkExtractGrid
select piece (e.g., volume of interest) and/or subsample structured grid dataset
Definition:
vtkExtractGrid.h:54
vtkExtractGrid::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:40
vtkExtractGrid::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Generated by
1.8.9.1