VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
26 class VTKFILTERSPARALLEL_EXPORT vtkPPolyDataNormals : public vtkPolyDataNormals
27 {
28 public:
30  void PrintSelf(ostream& os, vtkIndent indent);
31 
32  static vtkPPolyDataNormals *New();
33 
35 
37  vtkSetMacro(PieceInvariant, int);
38  vtkGetMacro(PieceInvariant, int);
39  vtkBooleanMacro(PieceInvariant, int);
41 
42 protected:
45 
46  // Usual data generation method
47  virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
48  virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
49 
51 private:
52  vtkPPolyDataNormals(const vtkPPolyDataNormals&); // Not implemented.
53  void operator=(const vtkPPolyDataNormals&); // Not implemented.
54 };
55 
56 #endif
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkPolyDataNormals * New()
void PrintSelf(ostream &os, vtkIndent indent)
compute normals for polygonal mesh
compute normals for polygonal mesh