VTK  9.3.0
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 
18 VTK_ABI_NAMESPACE_BEGIN
19 class VTKFILTERSPARALLEL_EXPORT vtkPPolyDataNormals : public vtkPolyDataNormals
20 {
21 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
26 
28 
32  vtkSetMacro(PieceInvariant, vtkTypeBool);
33  vtkGetMacro(PieceInvariant, vtkTypeBool);
34  vtkBooleanMacro(PieceInvariant, vtkTypeBool);
36 
37 protected:
39  ~vtkPPolyDataNormals() override = default;
40 
41  // Usual data generation method
44 
46 
47 private:
49  void operator=(const vtkPPolyDataNormals&) = delete;
50 };
51 
52 VTK_ABI_NAMESPACE_END
53 #endif
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
compute normals for polygonal mesh
~vtkPPolyDataNormals() override=default
static vtkPPolyDataNormals * New()
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.
compute normals for polygonal mesh
int vtkTypeBool
Definition: vtkABI.h:64