VTK  9.3.20240424
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
36VTK_ABI_NAMESPACE_BEGIN
37class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmWarpScalar : public vtkWarpScalar
38{
39public:
41 void PrintSelf(ostream& os, vtkIndent indent) override;
42
44
45protected:
47 ~vtkmWarpScalar() override;
48
50
51private:
52 vtkmWarpScalar(const vtkmWarpScalar&) = delete;
53 void operator=(const vtkmWarpScalar&) = delete;
54 vtkmInitializer Initializer;
55};
56
57VTK_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