VTK  9.0.2
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 "vtkAcceleratorsVTKmModule.h" // for export macro
52 
53 class VTKACCELERATORSVTKM_EXPORT vtkmTriangleMeshPointNormals : public vtkTriangleMeshPointNormals
54 {
55 public:
57  void PrintSelf(ostream& os, vtkIndent indent) override;
59 
60 protected:
63 
65 
66 private:
68  void operator=(const vtkmTriangleMeshPointNormals&) = delete;
69 };
70 
71 #endif // vtkmTriangleMeshPointNormals_h
72 // VTK-HeaderTest-Exclude: vtkmTriangleMeshPointNormals.h
a simple class to control print indentation
Definition: vtkIndent.h:34
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