VTK
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 
51 #include "vtkAcceleratorsVTKmModule.h" // for export macro
52 
53 class VTKACCELERATORSVTKM_EXPORT vtkmTriangleMeshPointNormals
55 {
56 public:
58  void PrintSelf(ostream& os, vtkIndent indent) override;
59  static vtkmTriangleMeshPointNormals* New();
60 
61 protected:
63  ~vtkmTriangleMeshPointNormals();
64 
65  int RequestData(vtkInformation*, vtkInformationVector**,
66  vtkInformationVector*) override;
67 
68 private:
69  vtkmTriangleMeshPointNormals(const vtkmTriangleMeshPointNormals&) = delete;
70  void operator=(const vtkmTriangleMeshPointNormals&) = delete;
71 };
72 
73 #endif // vtkmTriangleMeshPointNormals_h
74 // VTK-HeaderTest-Exclude: vtkmTriangleMeshPointNormals.h
Store vtkAlgorithm input/output information.
compute point normals for triangle mesh
a simple class to control print indentation
Definition: vtkIndent.h:39
Store zero or more vtkInformation instances.
compute point normals for triangle mesh