VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Parallel
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 "
vtkPolyDataNormals.h
"
24
25
class
VTK_PARALLEL_EXPORT
vtkPPolyDataNormals
:
public
vtkPolyDataNormals
26
{
27
public
:
28
vtkTypeMacro(
vtkPPolyDataNormals
,
vtkPolyDataNormals
);
29
void
PrintSelf
(ostream& os,
vtkIndent
indent);
30
31
static
vtkPPolyDataNormals
*
New
();
32
34
36
vtkSetMacro(PieceInvariant,
int
);
37
vtkGetMacro(PieceInvariant,
int
);
38
vtkBooleanMacro(PieceInvariant,
int
);
40
41
protected
:
42
vtkPPolyDataNormals
();
43
~vtkPPolyDataNormals
() {};
44
45
// Usual data generation method
46
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
47
virtual
int
RequestUpdateExtent
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
48
49
int
PieceInvariant
;
50
private
:
51
vtkPPolyDataNormals
(
const
vtkPPolyDataNormals
&);
// Not implemented.
52
void
operator=(
const
vtkPPolyDataNormals
&);
// Not implemented.
53
};
54
55
#endif
Generated on Sun Sep 9 2012 13:03:43 for VTK by
1.8.1.2