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 =========================================================================*/
20 #ifndef vtkPPolyDataNormals_h
21 #define vtkPPolyDataNormals_h
22 
23 #include "vtkFiltersParallelModule.h" // For export macro
24 #include "vtkPolyDataNormals.h"
25 
27 {
28 public:
30  void PrintSelf(ostream& os, vtkIndent indent);
31 
33 
35 
37  vtkSetMacro(PieceInvariant, int);
38  vtkGetMacro(PieceInvariant, int);
39  vtkBooleanMacro(PieceInvariant, int);
41 
42 protected:
45 
46  // Usual data generation method
49 
51 private:
52  vtkPPolyDataNormals(const vtkPPolyDataNormals&); // Not implemented.
53  void operator=(const vtkPPolyDataNormals&); // Not implemented.
54 };
55 
56 #endif
VTKFILTERSPARALLEL_EXPORT
#define VTKFILTERSPARALLEL_EXPORT
Definition: vtkFiltersParallelModule.h:15
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkPPolyDataNormals::~vtkPPolyDataNormals
~vtkPPolyDataNormals()
Definition: vtkPPolyDataNormals.h:44
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkFiltersParallelModule.h
vtkPPolyDataNormals::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkPolyDataNormals
compute normals for polygonal mesh
Definition: vtkPolyDataNormals.h:67
vtkPPolyDataNormals
compute normals for polygonal mesh
Definition: vtkPPolyDataNormals.h:27
vtkPPolyDataNormals::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPPolyDataNormals::New
static vtkPPolyDataNormals * New()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPPolyDataNormals::vtkPPolyDataNormals
vtkPPolyDataNormals()
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkPolyDataNormals.h
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkPPolyDataNormals::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkPPolyDataNormals::PieceInvariant
int PieceInvariant
Definition: vtkPPolyDataNormals.h:50