VTK  9.5.20251008
vtkmPolyDataNormals.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
30#ifndef vtkmPolyDataNormals_h
31#define vtkmPolyDataNormals_h
32
33#include "vtkAcceleratorsVTKmFiltersModule.h" // for export macro
34#include "vtkPolyDataNormals.h"
35#include "vtkmAlgorithm.h" // For vtkmAlgorithm
36#include "vtkmlib/vtkmInitializer.h" // Need for initializing viskores
37
38#ifndef __VTK_WRAP__
39#define vtkPolyDataNormals vtkmAlgorithm<vtkPolyDataNormals>
40#endif
41
42VTK_ABI_NAMESPACE_BEGIN
43class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmPolyDataNormals : public vtkPolyDataNormals
44{
45public:
47#ifndef __VTK_WRAP__
48#undef vtkPolyDataNormals
49#endif
50 void PrintSelf(ostream& os, vtkIndent indent) override;
52
53protected:
56
58
59private:
61 void operator=(const vtkmPolyDataNormals&) = delete;
62 vtkmInitializer Initializer;
63};
64
65VTK_ABI_NAMESPACE_END
66#endif // vtkmPolyDataNormals_h
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
compute normals for polygonal mesh
compute normals for polygonal mesh
static vtkmPolyDataNormals * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkmPolyDataNormals() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.