vtkPExtractArraysOverTime Class Reference

#include <vtkPExtractArraysOverTime.h>

Inheritance diagram for vtkPExtractArraysOverTime:

Inheritance graph
[legend]
Collaboration diagram for vtkPExtractArraysOverTime:

Collaboration graph
[legend]

List of all members.


Detailed Description

extract point or cell data over time (parallel)

vtkPExtractArraysOverTime is a parallelized version of vtkExtractArraysOverTime. After the data is extracted, it is gathered to the first node. During this reduction process, only data points that are valid are copied: if the point/cell extracted is not available on a particular processor, it is marked as invalid during extraction by the superclass.

See also:
vtkExtractArraysOverTime

Definition at line 35 of file vtkPExtractArraysOverTime.h.


Public Types

enum  Tags { EXCHANGE_DATA = 1972 }
typedef vtkExtractArraysOverTime 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 vtkMultiProcessControllerGetController ()

Static Public Member Functions

static vtkPExtractArraysOverTimeNew ()
static int IsTypeOf (const char *type)
static vtkPExtractArraysOverTimeSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPExtractArraysOverTime ()
 ~vtkPExtractArraysOverTime ()
virtual void PostExecute (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void AddRemoteData (vtkRectilinearGrid *routput, vtkRectilinearGrid *output)

Protected Attributes

vtkMultiProcessControllerController

Member Typedef Documentation

Reimplemented from vtkExtractArraysOverTime.

Definition at line 39 of file vtkPExtractArraysOverTime.h.


Member Enumeration Documentation

Enumerator:
EXCHANGE_DATA 

Definition at line 49 of file vtkPExtractArraysOverTime.h.


Constructor & Destructor Documentation

vtkPExtractArraysOverTime::vtkPExtractArraysOverTime (  )  [protected]

vtkPExtractArraysOverTime::~vtkPExtractArraysOverTime (  )  [protected]


Member Function Documentation

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

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

Reimplemented from vtkExtractArraysOverTime.

virtual const char* vtkPExtractArraysOverTime::GetClassName (  )  [virtual]

Reimplemented from vtkExtractArraysOverTime.

static int vtkPExtractArraysOverTime::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 vtkExtractArraysOverTime.

virtual int vtkPExtractArraysOverTime::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 vtkExtractArraysOverTime.

static vtkPExtractArraysOverTime* vtkPExtractArraysOverTime::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkExtractArraysOverTime.

void vtkPExtractArraysOverTime::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 vtkExtractArraysOverTime.

virtual void vtkPExtractArraysOverTime::SetController ( vtkMultiProcessController  )  [virtual]

Set and get the controller.

virtual vtkMultiProcessController* vtkPExtractArraysOverTime::GetController (  )  [virtual]

Set and get the controller.

virtual void vtkPExtractArraysOverTime::PostExecute ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Reimplemented from vtkExtractArraysOverTime.

void vtkPExtractArraysOverTime::AddRemoteData ( vtkRectilinearGrid routput,
vtkRectilinearGrid output 
) [protected]


Member Data Documentation

Definition at line 65 of file vtkPExtractArraysOverTime.h.


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

Generated on Sat Dec 27 13:41:51 2008 for VTK by  doxygen 1.5.6