VTK  9.6.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
53
54#ifndef vtkTriangleMeshPointNormals_h
55#define vtkTriangleMeshPointNormals_h
56
57#include "vtkFiltersCoreModule.h" // For export macro
59#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
60
61VTK_ABI_NAMESPACE_BEGIN
62class vtkPolyData;
63
66{
67public:
69 void PrintSelf(ostream& os, vtkIndent indent) override;
70
72
73protected:
75 ~vtkTriangleMeshPointNormals() override = default;
76
77 // Usual data generation method
79
80private:
82 void operator=(const vtkTriangleMeshPointNormals&) = delete;
83};
84
85VTK_ABI_NAMESPACE_END
86#endif
a simple class to control print indentation
Definition vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition vtkPolyData.h:72
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkTriangleMeshPointNormals() override=default
static vtkTriangleMeshPointNormals * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
#define VTK_MARSHALAUTO
#define vtkTriangleMeshPointNormals