VTK  9.3.1
vtkTriangleMeshPointNormals.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
54 #ifndef vtkTriangleMeshPointNormals_h
55 #define vtkTriangleMeshPointNormals_h
56 
57 #include "vtkFiltersCoreModule.h" // For export macro
58 #include "vtkPolyDataAlgorithm.h"
59 
60 VTK_ABI_NAMESPACE_BEGIN
61 class vtkPolyData;
62 
63 class VTKFILTERSCORE_EXPORT vtkTriangleMeshPointNormals : public vtkPolyDataAlgorithm
64 {
65 public:
67  void PrintSelf(ostream& os, vtkIndent indent) override;
68 
70 
71 protected:
72  vtkTriangleMeshPointNormals() = default;
73  ~vtkTriangleMeshPointNormals() override = default;
74 
75  // Usual data generation method
77 
78 private:
80  void operator=(const vtkTriangleMeshPointNormals&) = delete;
81 };
82 
83 VTK_ABI_NAMESPACE_END
84 #endif
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:79
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Definition: vtkIndent.h:28
Store zero or more vtkInformation instances.
compute point normals for triangle mesh
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.