VTK  9.4.20250102
vtkmWarpVector.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
16#ifndef vtkmWarpVector_h
17#define vtkmWarpVector_h
18
19#include "vtkAcceleratorsVTKmFiltersModule.h" // required for correct export
20#include "vtkWarpVector.h"
21#include "vtkmlib/vtkmInitializer.h" // Need for initializing vtk-m
22
23VTK_ABI_NAMESPACE_BEGIN
24class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmWarpVector : public vtkWarpVector
25{
26public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
31
32protected:
34 ~vtkmWarpVector() override;
35
37
38private:
39 vtkmWarpVector(const vtkmWarpVector&) = delete;
40 void operator=(const vtkmWarpVector&) = delete;
41 vtkmInitializer Initializer;
42};
43
44VTK_ABI_NAMESPACE_END
45#endif // vtkmWarpVector_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 vector data
deform geometry with vector data
~vtkmWarpVector() override
static vtkmWarpVector * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.