VTK  9.5.20250904
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
113#ifndef vtkTriangleMeshPointNormals_h
114#define vtkTriangleMeshPointNormals_h
115
116#include "vtkFiltersCoreModule.h" // For export macro
117#include "vtkPolyDataAlgorithm.h"
118#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
119
120VTK_ABI_NAMESPACE_BEGIN
121class vtkPolyData;
122
124 : public vtkPolyDataAlgorithm
125{
126public:
128 void PrintSelf(ostream& os, vtkIndent indent) override;
129
131
132protected:
134 ~vtkTriangleMeshPointNormals() override = default;
135
136 // Usual data generation method
138
139private:
141 void operator=(const vtkTriangleMeshPointNormals&) = delete;
142};
143
144VTK_ABI_NAMESPACE_END
145#endif
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
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.
~vtkTriangleMeshPointNormals() override=default
static vtkTriangleMeshPointNormals * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
#define VTK_MARSHALAUTO