#include <vtkPOutlineFilter.h>
Inheritance diagram for vtkPOutlineFilter:
vtkPOutlineFilter works like vtkOutlineFilter, but it looks for data partitions in other processes. It assmues the fitler is operation in a data parallel pipeline.
Definition at line 45 of file vtkPOutlineFilter.h.
Public Types | |
typedef vtkDataSetToPolyDataFilter | Superclass |
Public Methods | |
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 Methods | |
vtkPOutlineFilter * | New () |
int | IsTypeOf (const char *type) |
vtkPOutlineFilter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkPOutlineFilter () | |
~vtkPOutlineFilter () | |
void | Execute () |
void | ExecuteInformation () |
Protected Attributes | |
vtkMultiProcessController * | Controller |
vtkOutlineSource * | OutlineSource |
|
Reimplemented from vtkDataSetToPolyDataFilter. Definition at line 49 of file vtkPOutlineFilter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
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 62 of file vtkPOutlineFilter.h. |
|
Definition at line 63 of file vtkPOutlineFilter.h. |