VTK  9.1.0
vtkmPolyDataNormals.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkmPolyDataNormals.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=========================================================================*/
42#ifndef vtkmPolyDataNormals_h
43#define vtkmPolyDataNormals_h
44
45#include "vtkAcceleratorsVTKmFiltersModule.h" // for export macro
46#include "vtkPolyDataNormals.h"
47
48class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmPolyDataNormals : public vtkPolyDataNormals
49{
50public:
52 void PrintSelf(ostream& os, vtkIndent indent) override;
54
56
62 vtkGetMacro(ForceVTKm, vtkTypeBool);
63 vtkSetMacro(ForceVTKm, vtkTypeBool);
64 vtkBooleanMacro(ForceVTKm, vtkTypeBool);
66
67protected:
70
72
73 vtkTypeBool ForceVTKm = false;
74
75private:
77 void operator=(const vtkmPolyDataNormals&) = delete;
78};
79
80#endif // vtkmPolyDataNormals_h
a simple class to control print indentation
Definition: vtkIndent.h:113
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.
int vtkTypeBool
Definition: vtkABI.h:69