VTK  9.3.20240419
vtkmWarpScalar.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
29 #ifndef vtkmWarpScalar_h
30 #define vtkmWarpScalar_h
31 
32 #include "vtkAcceleratorsVTKmFiltersModule.h" // required for correct export
33 #include "vtkWarpScalar.h"
34 #include "vtkmlib/vtkmInitializer.h" // Need for initializing vtk-m
35 
36 VTK_ABI_NAMESPACE_BEGIN
37 class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmWarpScalar : public vtkWarpScalar
38 {
39 public:
40  vtkTypeMacro(vtkmWarpScalar, vtkWarpScalar);
41  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
43  static vtkmWarpScalar* New();
44 
45 protected:
47  ~vtkmWarpScalar() override;
48 
50 
51 private:
52  vtkmWarpScalar(const vtkmWarpScalar&) = delete;
53  void operator=(const vtkmWarpScalar&) = delete;
54  vtkmInitializer Initializer;
55 };
56 
57 VTK_ABI_NAMESPACE_END
58 #endif // vtkmWarpScalar_h
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
deform geometry with scalar data
deform geometry with scalar data
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 by the superclass.
static vtkmWarpScalar * New()
~vtkmWarpScalar() override