VTK  9.1.0
vtkmTriangleMeshPointNormals.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkmTriangleMeshPointNormals.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
47#ifndef vtkmTriangleMeshPointNormals_h
48#define vtkmTriangleMeshPointNormals_h
49
50#include "vtkAcceleratorsVTKmFiltersModule.h" // for export macro
52
53class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmTriangleMeshPointNormals
55{
56public:
58 void PrintSelf(ostream& os, vtkIndent indent) override;
60
62
68 vtkGetMacro(ForceVTKm, vtkTypeBool);
69 vtkSetMacro(ForceVTKm, vtkTypeBool);
70 vtkBooleanMacro(ForceVTKm, vtkTypeBool);
72
73protected:
76
78
79 vtkTypeBool ForceVTKm = false;
80
81private:
83 void operator=(const vtkmTriangleMeshPointNormals&) = delete;
84};
85
86#endif // vtkmTriangleMeshPointNormals_h
a simple class to control print indentation
Definition: vtkIndent.h:113
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:69