VTK  9.1.0
vtkPPolyDataNormals.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPPolyDataNormals.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
21#ifndef vtkPPolyDataNormals_h
22#define vtkPPolyDataNormals_h
23
24#include "vtkFiltersParallelModule.h" // For export macro
25#include "vtkPolyDataNormals.h"
26
27class VTKFILTERSPARALLEL_EXPORT vtkPPolyDataNormals : public vtkPolyDataNormals
28{
29public:
31 void PrintSelf(ostream& os, vtkIndent indent) override;
32
34
36
40 vtkSetMacro(PieceInvariant, vtkTypeBool);
41 vtkGetMacro(PieceInvariant, vtkTypeBool);
42 vtkBooleanMacro(PieceInvariant, vtkTypeBool);
44
45protected:
47 ~vtkPPolyDataNormals() override = default;
48
49 // Usual data generation method
52
54
55private:
57 void operator=(const vtkPPolyDataNormals&) = delete;
58};
59
60#endif
a simple class to control print indentation
Definition: vtkIndent.h:113
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:69