#include <vtkPOutlineFilter.h>
Inheritance diagram for vtkPOutlineFilter:
vtkPOutlineFilter works like vtkOutlineFilter, but it looks for data partitions in other processes. It assumes the filter is operated in a data parallel pipeline.
Definition at line 43 of file vtkPOutlineFilter.h.
Public Types | |
typedef vtkDataSetToPolyDataFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
vtkPOutlineFilter * | New () |
int | IsTypeOf (const char *type) |
vtkPOutlineFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPOutlineFilter () | |
~vtkPOutlineFilter () | |
void | Execute () |
void | ExecuteInformation () |
Protected Attributes | |
vtkMultiProcessController * | Controller |
vtkOutlineSource * | OutlineSource |
|
Reimplemented from vtkDataSetToPolyDataFilter. Definition at line 47 of file vtkPOutlineFilter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkDataSetToPolyDataFilter. |
|
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 vtkDataSetToPolyDataFilter. |
|
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 vtkDataSetToPolyDataFilter. |
|
Reimplemented from vtkDataSetToPolyDataFilter. |
|
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 vtkDataSetToPolyDataFilter. |
|
Set and get the controller. |
|
Set and get the controller. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Reimplemented from vtkSource. |
|
Definition at line 60 of file vtkPOutlineFilter.h. |
|
Definition at line 61 of file vtkPOutlineFilter.h. |