VTK
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 "vtkPolyDataNormals.h"
46 #include "vtkAcceleratorsVTKmModule.h" // for export macro
47 
48 class VTKACCELERATORSVTKM_EXPORT vtkmPolyDataNormals : public vtkPolyDataNormals
49 {
50 public:
52  void PrintSelf(ostream& os, vtkIndent indent) override;
53  static vtkmPolyDataNormals* New();
54 
55 protected:
57  ~vtkmPolyDataNormals();
58 
59  int RequestData(vtkInformation*, vtkInformationVector**,
60  vtkInformationVector*) override;
61 
62 private:
63  vtkmPolyDataNormals(const vtkmPolyDataNormals&) = delete;
64  void operator=(const vtkmPolyDataNormals&) = delete;
65 };
66 
67 #endif // vtkmPolyDataNormals_h
68 // VTK-HeaderTest-Exclude: vtkmPolyDataNormals.h
Store vtkAlgorithm input/output information.
compute normals for polygonal mesh
a simple class to control print indentation
Definition: vtkIndent.h:39
compute normals for polygonal mesh
Store zero or more vtkInformation instances.