VTK
|
extract point or cell data over time (parallel) More...
#include <vtkPExtractArraysOverTime.h>
Public Types | |
enum | Tags { EXCHANGE_DATA = 1972 } |
typedef vtkExtractArraysOverTime | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPExtractArraysOverTime * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
static vtkPExtractArraysOverTime * | New () |
static int | IsTypeOf (const char *type) |
static vtkPExtractArraysOverTime * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPExtractArraysOverTime () | |
~vtkPExtractArraysOverTime () | |
virtual void | PostExecute (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
void | AddRemoteData (vtkMultiBlockDataSet *routput, vtkMultiBlockDataSet *output) |
void | MergeTables (vtkTable *routput, vtkTable *output) |
Protected Attributes | |
vtkMultiProcessController * | Controller |
extract point or cell data over time (parallel)
vtkPExtractArraysOverTime is a parallelized version of vtkExtractArraysOverTime. vtkExtractArraysOverTime extract point or cell data given a selection. For every cell or point extracted, vtkExtractArraysOverTime create a vtkTable that is placed in an appropriately named block in an output multi-block dataset. For global-id based selections or location based selections, it's possible that over time the cell/point moves across processes. This filter ensures that such extractions spread across processes are combined correctly into a single vtkTable. This filter produces a valid output on the root node alone, all other nodes, simply have empty multi-block dataset with number of blocks matching the root (to ensure that all processes have the same structure).
Definition at line 43 of file vtkPExtractArraysOverTime.h.
Reimplemented from vtkExtractArraysOverTime.
Definition at line 47 of file vtkPExtractArraysOverTime.h.
Definition at line 57 of file vtkPExtractArraysOverTime.h.
vtkPExtractArraysOverTime::vtkPExtractArraysOverTime | ( | ) | [protected] |
vtkPExtractArraysOverTime::~vtkPExtractArraysOverTime | ( | ) | [protected] |
static vtkPExtractArraysOverTime* vtkPExtractArraysOverTime::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkExtractArraysOverTime.
static vtkPExtractArraysOverTime* vtkPExtractArraysOverTime::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkExtractArraysOverTime.
virtual vtkObjectBase* vtkPExtractArraysOverTime::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkExtractArraysOverTime.
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 | ( | vtkMultiBlockDataSet * | routput, |
vtkMultiBlockDataSet * | output | ||
) | [protected] |
void vtkPExtractArraysOverTime::MergeTables | ( | vtkTable * | routput, |
vtkTable * | output | ||
) | [protected] |
Definition at line 74 of file vtkPExtractArraysOverTime.h.