VTK
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=========================================================================*/
31#ifndef vtkPExtractGrid_h
32#define vtkPExtractGrid_h
33
34#include "vtkFiltersParallelMPIModule.h" // For export macro
35#include "vtkExtractGrid.h"
36
37// Forward declarations
39
40class VTKFILTERSPARALLELMPI_EXPORT vtkPExtractGrid: public vtkExtractGrid
41{
42public:
45 void PrintSelf(ostream& os, vtkIndent indent);
46
47protected:
50
51 // Standard VTK Pipeline methods
52 virtual int RequestData(
54 virtual int RequestInformation(
58
60
61private:
62 vtkPExtractGrid(const vtkPExtractGrid&) VTK_DELETE_FUNCTION;
63 void operator=(const vtkPExtractGrid&) VTK_DELETE_FUNCTION;
64};
65
66#endif
select piece (e.g., volume of interest) and/or subsample structured grid dataset
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Process communication using MPI.
Extract VOI and/or sub-sample a distributed structured dataset.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkMPIController * Controller
static vtkPExtractGrid * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual ~vtkPExtractGrid()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.