#include <vtkPProbeFilter.h>
Inheritance diagram for vtkPProbeFilter:
Definition at line 30 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 | |
static int | IsTypeOf (const char *type) |
static vtkPProbeFilter * | SafeDownCast (vtkObject *o) |
static vtkPProbeFilter * | New () |
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 |
vtkPProbeFilter::vtkPProbeFilter | ( | ) | [protected] |
vtkPProbeFilter::~vtkPProbeFilter | ( | ) | [protected] |
virtual const char* vtkPProbeFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkProbeFilter.
static int vtkPProbeFilter::IsTypeOf | ( | const char * | name | ) | [static] |
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.
virtual int vtkPProbeFilter::IsA | ( | const char * | name | ) | [virtual] |
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.
static vtkPProbeFilter* vtkPProbeFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkProbeFilter.
void vtkPProbeFilter::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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.
static vtkPProbeFilter* vtkPProbeFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkProbeFilter.
virtual void vtkPProbeFilter::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Set and get the controller.
virtual vtkMultiProcessController* vtkPProbeFilter::GetController | ( | ) | [virtual] |
Set and get the controller.
virtual int vtkPProbeFilter::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkProbeFilter.
virtual int vtkPProbeFilter::RequestInformation | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkProbeFilter.
virtual int vtkPProbeFilter::RequestUpdateExtent | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkProbeFilter.
vtkMultiProcessController* vtkPProbeFilter::Controller [protected] |
Definition at line 53 of file vtkPProbeFilter.h.