|
ParaView
|
filter used to remove partial arrays across processes. More...
#include <vtkCleanArrays.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetController (vtkMultiProcessController *controller) |
| virtual vtkMultiProcessController * | GetController () |
| virtual void | SetFillPartialArrays (bool) |
| virtual bool | GetFillPartialArrays () |
| virtual void | FillPartialArraysOn () |
| virtual void | FillPartialArraysOff () |
Static Public Member Functions | |
| static vtkCleanArrays * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkCleanArrays * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkCleanArrays () | |
| ~vtkCleanArrays () | |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
| vtkMultiProcessController * | Controller |
| bool | FillPartialArrays |
filter used to remove partial arrays across processes.
vtkCleanArrays is a filter used to remove (or fill up) partial arrays in a vtkDataSet across processes. Empty dataset on any processes is ignored i.e. it does not affect the arrays on any processes.
Definition at line 30 of file vtkCleanArrays.h.
| vtkCleanArrays::vtkCleanArrays | ( | ) | [protected] |
| vtkCleanArrays::~vtkCleanArrays | ( | ) | [protected] |
| static vtkCleanArrays* vtkCleanArrays::New | ( | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
| virtual const char* vtkCleanArrays::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkDataSetAlgorithm.
| static int vtkCleanArrays::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
| virtual int vtkCleanArrays::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkDataSetAlgorithm.
| static vtkCleanArrays* vtkCleanArrays::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
| void vtkCleanArrays::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkDataSetAlgorithm.
| void vtkCleanArrays::SetController | ( | vtkMultiProcessController * | controller | ) |
The user can set the controller used for inter-process communication. By default set to the global communicator.
| virtual vtkMultiProcessController* vtkCleanArrays::GetController | ( | ) | [virtual] |
The user can set the controller used for inter-process communication. By default set to the global communicator.
| virtual void vtkCleanArrays::SetFillPartialArrays | ( | bool | ) | [virtual] |
When set to true (false by default), 0 filled array will be added for missing arrays on this process (instead of removing partial arrays).
| virtual bool vtkCleanArrays::GetFillPartialArrays | ( | ) | [virtual] |
When set to true (false by default), 0 filled array will be added for missing arrays on this process (instead of removing partial arrays).
| virtual void vtkCleanArrays::FillPartialArraysOn | ( | ) | [virtual] |
When set to true (false by default), 0 filled array will be added for missing arrays on this process (instead of removing partial arrays).
| virtual void vtkCleanArrays::FillPartialArraysOff | ( | ) | [virtual] |
When set to true (false by default), 0 filled array will be added for missing arrays on this process (instead of removing partial arrays).
| virtual int vtkCleanArrays::RequestData | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkDataSetAlgorithm.
vtkMultiProcessController* vtkCleanArrays::Controller [protected] |
Definition at line 61 of file vtkCleanArrays.h.
bool vtkCleanArrays::FillPartialArrays [protected] |
Definition at line 63 of file vtkCleanArrays.h.
1.7.5.1