VTK
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 
27 class VTKFILTERSPARALLEL_EXPORT vtkPPolyDataNormals : public vtkPolyDataNormals
28 {
29 public:
31  void PrintSelf(ostream& os, vtkIndent indent) override;
32 
34 
36 
40  vtkSetMacro(PieceInvariant, vtkTypeBool);
41  vtkGetMacro(PieceInvariant, vtkTypeBool);
42  vtkBooleanMacro(PieceInvariant, vtkTypeBool);
44 
45 protected:
47  ~vtkPPolyDataNormals() override {}
48 
49  // Usual data generation method
52 
54 private:
56  void operator=(const vtkPPolyDataNormals&) = delete;
57 };
58 
59 #endif
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkPPolyDataNormals::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkPPolyDataNormals::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPolyDataNormals
compute normals for polygonal mesh
Definition: vtkPolyDataNormals.h:74
vtkPPolyDataNormals
compute normals for polygonal mesh
Definition: vtkPPolyDataNormals.h:28
vtkPPolyDataNormals::New
static vtkPPolyDataNormals * New()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkPPolyDataNormals::RequestUpdateExtent
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkPPolyDataNormals::vtkPPolyDataNormals
vtkPPolyDataNormals()
vtkPPolyDataNormals::PieceInvariant
vtkTypeBool PieceInvariant
Definition: vtkPPolyDataNormals.h:53
vtkPPolyDataNormals::~vtkPPolyDataNormals
~vtkPPolyDataNormals() override
Definition: vtkPPolyDataNormals.h:47
vtkPolyDataNormals.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkTypeBool
int vtkTypeBool
Definition: vtkABI.h:69