#include <vtkPProbeFilter.h>
Inheritance diagram for vtkPProbeFilter:
Definition at line 30 of file vtkPProbeFilter.h.
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
static vtkPProbeFilter * | New () |
Public Types | |
typedef vtkProbeFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPProbeFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPProbeFilter () | |
~vtkPProbeFilter () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkMultiProcessController * | Controller |
|
Reimplemented from vtkProbeFilter. Definition at line 33 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. |
|
Set and get the controller. Reimplemented from vtkProbeFilter. |
|
Set and get the controller. |
|
Set and get the controller. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkProbeFilter. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkProbeFilter. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkProbeFilter. |
|
Definition at line 53 of file vtkPProbeFilter.h. |