#include <vtkPProbeFilter.h>
Inheritance diagram for vtkPProbeFilter:
Definition at line 42 of file vtkPProbeFilter.h.
Public Types | |
typedef vtkProbeFilter | 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 | |
int | IsTypeOf (const char *type) |
vtkPProbeFilter * | SafeDownCast (vtkObject *o) |
vtkPProbeFilter * | New () |
Protected Member Functions | |
vtkPProbeFilter () | |
~vtkPProbeFilter () | |
virtual void | ExecuteData (vtkDataObject *) |
virtual void | ExecuteInformation () |
virtual void | ComputeInputUpdateExtents (vtkDataObject *output) |
Protected Attributes | |
vtkMultiProcessController * | Controller |
|
Reimplemented from vtkProbeFilter. Definition at line 45 of file vtkPProbeFilter.h. |
|
|
|
|
|
Reimplemented from vtkProbeFilter. |
|
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 vtkProbeFilter. |
|
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 vtkProbeFilter. |
|
Reimplemented from vtkProbeFilter. |
|
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 vtkProbeFilter. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkProbeFilter. |
|
Set and get the controller. |
|
Set and get the controller. |
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method Reimplemented from vtkSource. |
|
Reimplemented from vtkProbeFilter. |
|
By default copy the output update extent to the input Reimplemented from vtkProbeFilter. |
|
Definition at line 65 of file vtkPProbeFilter.h. |