VTK  9.3.0
vtkmPointElevation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-FileCopyrightText: Copyright (c) Kitware, Inc.
3 // SPDX-FileCopyrightText: Copyright 2012 Sandia Corporation.
4 // SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
17 #ifndef vtkmPointElevation_h
18 #define vtkmPointElevation_h
19 
20 #include "vtkAcceleratorsVTKmFiltersModule.h" // required for correct export
21 #include "vtkElevationFilter.h"
22 #include "vtkmlib/vtkmInitializer.h" // Need for initializing vtk-m
23 
24 VTK_ABI_NAMESPACE_BEGIN
25 class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmPointElevation : public vtkElevationFilter
26 {
27 public:
29  void PrintSelf(ostream& os, vtkIndent indent) override;
30 
32 
34 
40  vtkGetMacro(ForceVTKm, vtkTypeBool);
41  vtkSetMacro(ForceVTKm, vtkTypeBool);
42  vtkBooleanMacro(ForceVTKm, vtkTypeBool);
44 
45 protected:
47  ~vtkmPointElevation() override;
48 
50 
51  vtkTypeBool ForceVTKm = false;
52 
53 private:
54  vtkmPointElevation(const vtkmPointElevation&) = delete;
55  void operator=(const vtkmPointElevation&) = delete;
56  vtkmInitializer Initializer;
57 };
58 
59 VTK_ABI_NAMESPACE_END
60 #endif // vtkmPointElevation_h
generate scalars along a specified direction
a simple class to control print indentation
Definition: vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
generate a scalar field along a specified direction
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkmPointElevation * New()
~vtkmPointElevation() override
int vtkTypeBool
Definition: vtkABI.h:64