VTK  9.3.20240424
vtkmTriangleMeshPointNormals.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
35#ifndef vtkmTriangleMeshPointNormals_h
36#define vtkmTriangleMeshPointNormals_h
37
38#include "vtkAcceleratorsVTKmFiltersModule.h" // for export macro
40#include "vtkmlib/vtkmInitializer.h" // Need for initializing vtk-m
41
42VTK_ABI_NAMESPACE_BEGIN
43class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmTriangleMeshPointNormals
45{
46public:
48 void PrintSelf(ostream& os, vtkIndent indent) override;
50
52
58 vtkGetMacro(ForceVTKm, vtkTypeBool);
59 vtkSetMacro(ForceVTKm, vtkTypeBool);
60 vtkBooleanMacro(ForceVTKm, vtkTypeBool);
62
63protected:
66
68
69 vtkTypeBool ForceVTKm = false;
70
71private:
73 void operator=(const vtkmTriangleMeshPointNormals&) = delete;
74 vtkmInitializer Initializer;
75};
76
77VTK_ABI_NAMESPACE_END
78#endif // vtkmTriangleMeshPointNormals_h
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
compute point normals for triangle mesh
compute point normals for triangle mesh
static vtkmTriangleMeshPointNormals * 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.
~vtkmTriangleMeshPointNormals() override
int vtkTypeBool
Definition vtkABI.h:64