VTK
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
38class vtkInformation;
41
42class VTKFILTERSPARALLELMPI_EXPORT vtkPExtractVOI : public vtkExtractVOI
43{
44public:
47 void PrintSelf(ostream& os, vtkIndent indent);
48
49protected:
51 virtual ~vtkPExtractVOI();
52
53 // Standard VTK Pipeline methods
54 virtual int RequestData(
56 virtual int RequestInformation(
60
62
63private:
64 vtkPExtractVOI(const vtkPExtractVOI&) VTK_DELETE_FUNCTION;
65 void operator=(const vtkPExtractVOI&) VTK_DELETE_FUNCTION;
66};
67
68#endif
select piece (e.g., volume of interest) and/or subsample structured points dataset
Definition: vtkExtractVOI.h:55
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.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to collect information from their inputs and set information f...
static vtkPExtractVOI * New()
vtkMPIController * Controller
virtual ~vtkPExtractVOI()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called in response to a REQUEST_DATA request from the executive.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...