vtkPPolyDataNormals Class Reference
#include <vtkPPolyDataNormals.h>
Inheritance diagram for vtkPPolyDataNormals:
[legend]Collaboration diagram for vtkPPolyDataNormals:
[legend]List of all members.
Detailed Description
compute normals for polygonal mesh
- Created by:
-
- CVS contributions (if > 5%):
- Geveci, Berk (67%)
- Law, Charles (28%)
- CVS logs (CVSweb):
.h (/Parallel/vtkPPolyDataNormals
.h)
.cxx (/Parallel/vtkPPolyDataNormals
.cxx)
Definition at line 36 of file vtkPPolyDataNormals.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkPPolyDataNormals::vtkPPolyDataNormals |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkPPolyDataNormals::GetClassName |
( |
|
) |
[virtual] |
|
int vtkPPolyDataNormals::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataNormals. |
virtual int vtkPPolyDataNormals::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataNormals. |
void vtkPPolyDataNormals::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkPolyDataNormals. |
|
Construct with feature angle=30, splitting and consistency turned on, flipNormals turned off, and non-manifold traversal turned on. ComputePointNormals is on and ComputeCellNormals is off.
Reimplemented from vtkPolyDataNormals. |
virtual void vtkPPolyDataNormals::SetPieceInvariant |
( |
int |
|
) |
[virtual] |
|
|
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on. |
virtual int vtkPPolyDataNormals::GetPieceInvariant |
( |
|
) |
[virtual] |
|
|
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on. |
virtual void vtkPPolyDataNormals::PieceInvariantOn |
( |
|
) |
[virtual] |
|
|
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on. |
virtual void vtkPPolyDataNormals::PieceInvariantOff |
( |
|
) |
[virtual] |
|
|
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on. |
virtual void vtkPPolyDataNormals::Execute |
( |
|
) |
[protected, virtual] |
|
void vtkPPolyDataNormals::ComputeInputUpdateExtents |
( |
vtkDataObject * |
output |
) |
[protected, virtual] |
|
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses.
Reimplemented from vtkPolyDataSource. |
Member Data Documentation
The documentation for this class was generated from the following file: