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

probe dataset in parallel More...

#include <vtkPProbeFilter.h>

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

List of all members.

Public Types

typedef vtkCompositeDataProbeFilter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPProbeFilterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPProbeFilterSafeDownCast (vtkObjectBase *o)
static vtkPProbeFilterNew ()

Protected Types

enum  { PROBE_COMMUNICATION_TAG = 1970 }

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPProbeFilter ()
 ~vtkPProbeFilter ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Protected Attributes

vtkMultiProcessControllerController

Detailed Description

probe dataset in parallel

Tests:
vtkPProbeFilter (Tests)

Definition at line 31 of file vtkPProbeFilter.h.


Member Typedef Documentation

Reimplemented from vtkCompositeDataProbeFilter.

Definition at line 34 of file vtkPProbeFilter.h.


Member Enumeration Documentation

anonymous enum [protected]
Enumerator:
PROBE_COMMUNICATION_TAG 

Definition at line 50 of file vtkPProbeFilter.h.


Constructor & Destructor Documentation


Member Function Documentation

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkCompositeDataProbeFilter.

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkCompositeDataProbeFilter.

Reimplemented from vtkCompositeDataProbeFilter.

virtual vtkObjectBase* vtkPProbeFilter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkCompositeDataProbeFilter.

Reimplemented from vtkCompositeDataProbeFilter.

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 vtkCompositeDataProbeFilter.

static vtkPProbeFilter* vtkPProbeFilter::New ( ) [static]

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

Reimplemented from vtkCompositeDataProbeFilter.

Set and get the controller.

Set and get the controller.

virtual int vtkPProbeFilter::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Handle composite input.

Reimplemented from vtkCompositeDataProbeFilter.

This is called within ProcessRequest when a request asks for Information. Typically an algorithm provides whatever lightweight information about its output that it can here without doing any lengthy computations. This happens in the first pass of the pipeline execution.

Reimplemented from vtkProbeFilter.

This is called within ProcessRequest when each filter in the pipeline decides what portion of its input is needed to create the portion of its output that the downstream filter asks for. This happens during the second pass in the pipeline execution process.

Reimplemented from vtkProbeFilter.

virtual int vtkPProbeFilter::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Change input information to accept composite datasets as the input which is probed into.

Reimplemented from vtkCompositeDataProbeFilter.


Member Data Documentation

Definition at line 61 of file vtkPProbeFilter.h.


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