VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPBivariateLinearTableThreshold Class Reference

performs line-based thresholding for vtkTable data in parallel. More...

#include <vtkPBivariateLinearTableThreshold.h>

Inheritance diagram for vtkPBivariateLinearTableThreshold:
Inheritance graph
[legend]
Collaboration diagram for vtkPBivariateLinearTableThreshold:
Collaboration graph
[legend]

List of all members.

Public Types

typedef
vtkBivariateLinearTableThreshold 
Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPBivariateLinearTableThresholdNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static
vtkPBivariateLinearTableThreshold
New ()
static int IsTypeOf (const char *type)
static
vtkPBivariateLinearTableThreshold
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

vtkMultiProcessControllerController
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()
 vtkPBivariateLinearTableThreshold ()
virtual ~vtkPBivariateLinearTableThreshold ()

Detailed Description

performs line-based thresholding for vtkTable data in parallel.

Perform the table filtering operations provided by vtkBivariateLinearTableThreshold in parallel.

Definition at line 38 of file vtkPBivariateLinearTableThreshold.h.


Member Typedef Documentation

Reimplemented from vtkBivariateLinearTableThreshold.

Definition at line 42 of file vtkPBivariateLinearTableThreshold.h.


Constructor & Destructor Documentation

Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.

Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

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.

Reimplemented from vtkBivariateLinearTableThreshold.

Reimplemented from vtkBivariateLinearTableThreshold.

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.

Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.

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.


Member Data Documentation

Definition at line 60 of file vtkPBivariateLinearTableThreshold.h.


The documentation for this class was generated from the following file: