VTK  9.0.2
vtkmExtractVOI.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkExtractVOI.h
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 =========================================================================*/
35 #ifndef vtkmExtractVOI_h
36 #define vtkmExtractVOI_h
37 
38 #include "vtkAcceleratorsVTKmModule.h" // for export macro
39 #include "vtkExtractVOI.h"
40 
41 class VTKACCELERATORSVTKM_EXPORT vtkmExtractVOI : public vtkExtractVOI
42 {
43 public:
44  vtkTypeMacro(vtkmExtractVOI, vtkExtractVOI);
45  void PrintSelf(ostream& os, vtkIndent indent) override;
46  static vtkmExtractVOI* New();
47 
48 protected:
50  ~vtkmExtractVOI() override;
51 
53 
54 private:
55  vtkmExtractVOI(const vtkmExtractVOI&) = delete;
56  void operator=(const vtkmExtractVOI&) = delete;
57 };
58 
59 #endif // vtkmExtractVOI_h
60 // VTK-HeaderTest-Exclude: vtkmExtractVOI.h
select piece (e.g., volume of interest) and/or subsample structured points dataset
Definition: vtkExtractVOI.h:49
a simple class to control print indentation
Definition: vtkIndent.h:34
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
select piece (e.g., volume of interest) and/or subsample structured points dataset
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkmExtractVOI() override
static vtkmExtractVOI * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.