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 =========================================================================*/
30 #ifndef vtkPExtractVOI_h
31 #define vtkPExtractVOI_h
32 
33 #include "vtkFiltersParallelMPIModule.h" // For export macro
34 #include "vtkExtractVOI.h"
35 
36 // Forward Declarations
37 class vtkInformation;
39 class vtkMPIController;
40 
42 {
43 public:
44  static vtkPExtractVOI* New();
46  void PrintSelf(ostream& os, vtkIndent indent);
47 
48 protected:
50  virtual ~vtkPExtractVOI();
51 
52  // Standard VTK Pipeline methods
53  virtual int RequestData(
55  virtual int RequestInformation(
57  virtual int RequestUpdateExtent(
59 
61 
62 private:
63  vtkPExtractVOI(const vtkPExtractVOI&); // Not implemented.
64  void operator=(const vtkPExtractVOI&); // Not implemented.
65 };
66 
67 #endif
vtkPExtractVOI::~vtkPExtractVOI
virtual ~vtkPExtractVOI()
vtkPExtractVOI::New
static vtkPExtractVOI * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkPExtractVOI::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPExtractVOI
Definition: vtkPExtractVOI.h:42
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkPExtractVOI::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkPExtractVOI::vtkPExtractVOI
vtkPExtractVOI()
vtkPExtractVOI::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPExtractVOI::Controller
vtkMPIController * Controller
Definition: vtkPExtractVOI.h:60
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkPExtractVOI::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
VTKFILTERSPARALLELMPI_EXPORT
#define VTKFILTERSPARALLELMPI_EXPORT
Definition: vtkFiltersParallelMPIModule.h:15
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
vtkExtractVOI.h
vtkFiltersParallelMPIModule.h