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