VTK  9.3.20240424
vtkmExtractVOI.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
23#ifndef vtkmExtractVOI_h
24#define vtkmExtractVOI_h
25
26#include "vtkAcceleratorsVTKmFiltersModule.h" // for export macro
27#include "vtkExtractVOI.h"
28#include "vtkmlib/vtkmInitializer.h" // Need for initializing vtk-m
29
30VTK_ABI_NAMESPACE_BEGIN
31class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmExtractVOI : public vtkExtractVOI
32{
33public:
35 void PrintSelf(ostream& os, vtkIndent indent) override;
37
39
45 vtkGetMacro(ForceVTKm, vtkTypeBool);
46 vtkSetMacro(ForceVTKm, vtkTypeBool);
47 vtkBooleanMacro(ForceVTKm, vtkTypeBool);
49
50protected:
52 ~vtkmExtractVOI() override;
53
55
56 vtkTypeBool ForceVTKm = false;
57
58private:
59 vtkmExtractVOI(const vtkmExtractVOI&) = delete;
60 void operator=(const vtkmExtractVOI&) = delete;
61 vtkmInitializer Initializer;
62};
63
64VTK_ABI_NAMESPACE_END
65#endif // vtkmExtractVOI_h
select piece (e.g., volume of interest) and/or subsample structured points dataset
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
select piece (e.g., volume of interest) and/or subsample structured points dataset
static vtkmExtractVOI * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkmExtractVOI() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
int vtkTypeBool
Definition vtkABI.h:64