#include <vtkPBivariateLinearTableThreshold.h>
Perform the table filtering operations provided by vtkBivariateLinearTableThreshold in parallel.
Definition at line 37 of file vtkPBivariateLinearTableThreshold.h.
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
vtkPBivariateLinearTableThreshold () | |
virtual | ~vtkPBivariateLinearTableThreshold () |
Public Types | |
typedef vtkBivariateLinearTableThreshold | 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 vtkPBivariateLinearTableThreshold * | New () |
static int | IsTypeOf (const char *type) |
static vtkPBivariateLinearTableThreshold * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkMultiProcessController * | Controller |
Reimplemented from vtkBivariateLinearTableThreshold.
Definition at line 41 of file vtkPBivariateLinearTableThreshold.h.
vtkPBivariateLinearTableThreshold::vtkPBivariateLinearTableThreshold | ( | ) | [protected] |
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.
virtual vtkPBivariateLinearTableThreshold::~vtkPBivariateLinearTableThreshold | ( | ) | [protected, virtual] |
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.
static vtkPBivariateLinearTableThreshold* vtkPBivariateLinearTableThreshold::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkBivariateLinearTableThreshold.
virtual const char* vtkPBivariateLinearTableThreshold::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkBivariateLinearTableThreshold.
static int vtkPBivariateLinearTableThreshold::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkBivariateLinearTableThreshold.
virtual int vtkPBivariateLinearTableThreshold::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkBivariateLinearTableThreshold.
static vtkPBivariateLinearTableThreshold* vtkPBivariateLinearTableThreshold::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkBivariateLinearTableThreshold.
void vtkPBivariateLinearTableThreshold::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 vtkBivariateLinearTableThreshold.
virtual void vtkPBivariateLinearTableThreshold::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.
virtual vtkMultiProcessController* vtkPBivariateLinearTableThreshold::GetController | ( | ) | [virtual] |
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.
virtual int vtkPBivariateLinearTableThreshold::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkBivariateLinearTableThreshold.
Definition at line 59 of file vtkPBivariateLinearTableThreshold.h.