VTK  9.3.20240424
vtkPPolyDataNormals.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
12#ifndef vtkPPolyDataNormals_h
13#define vtkPPolyDataNormals_h
14
15#include "vtkFiltersParallelModule.h" // For export macro
16#include "vtkPolyDataNormals.h"
17
18VTK_ABI_NAMESPACE_BEGIN
19class VTKFILTERSPARALLEL_EXPORT vtkPPolyDataNormals : public vtkPolyDataNormals
20{
21public:
23 void PrintSelf(ostream& os, vtkIndent indent) override;
24
26
28
32 vtkSetMacro(PieceInvariant, vtkTypeBool);
33 vtkGetMacro(PieceInvariant, vtkTypeBool);
34 vtkBooleanMacro(PieceInvariant, vtkTypeBool);
36
37protected:
39 ~vtkPPolyDataNormals() override = default;
40
41 // Usual data generation method
44
46
47private:
49 void operator=(const vtkPPolyDataNormals&) = delete;
50};
51
52VTK_ABI_NAMESPACE_END
53#endif
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
compute normals for polygonal mesh
~vtkPPolyDataNormals() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkPPolyDataNormals * New()
compute normals for polygonal mesh
int vtkTypeBool
Definition vtkABI.h:64