#include <vtkPLinearExtrusionFilter.h>
Inheritance diagram for vtkPLinearExtrusionFilter:
vtkPLinearExtrusionFilter is a parallel version of vtkLinearExtrusionFilter.
Definition at line 42 of file vtkPLinearExtrusionFilter.h.
Public Types | |
typedef vtkLinearExtrusionFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPieceInvariant (int) |
virtual int | GetPieceInvariant () |
virtual void | PieceInvariantOn () |
virtual void | PieceInvariantOff () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkPLinearExtrusionFilter * | SafeDownCast (vtkObject *o) |
vtkPLinearExtrusionFilter * | New () |
Protected Member Functions | |
vtkPLinearExtrusionFilter () | |
~vtkPLinearExtrusionFilter () | |
void | Execute () |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
Protected Attributes | |
int | PieceInvariant |
|
Reimplemented from vtkLinearExtrusionFilter. Definition at line 45 of file vtkPLinearExtrusionFilter.h. |
|
|
|
Definition at line 63 of file vtkPLinearExtrusionFilter.h. |
|
Reimplemented from vtkLinearExtrusionFilter. |
|
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 vtkLinearExtrusionFilter. |
|
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 vtkLinearExtrusionFilter. |
|
Reimplemented from vtkLinearExtrusionFilter. |
|
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 vtkLinearExtrusionFilter. |
|
Create an object with PieceInvariant off. Reimplemented from vtkLinearExtrusionFilter. |
|
|
|
|
|
|
|
|
|
This method is the old style execute method Reimplemented from vtkLinearExtrusionFilter. |
|
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. |
|
Definition at line 68 of file vtkPLinearExtrusionFilter.h. |