#include <vtkCompleteArrays.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkCompleteArrays, vtkDataSetAlgorithm) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetController (vtkMultiProcessController *controller) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
vtkCompleteArrays * | New () |
Protected Member Functions | |
vtkCompleteArrays () | |
~vtkCompleteArrays () | |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
void | FillArrays (vtkDataSetAttributes *da, vtkPVDataSetAttributesInformation *attrInfo) |
vtkDataArray * | CreateArray (vtkPVArrayInformation *aInfo) |
Protected Attributes | |
vtkMultiProcessController * | Controller |
This is a temporary solution for fixing a writer bug. When partition 0 has no cells or points, it does not have arrays either. The writers get confused. This filter creates empty arrays on node zero if there are no cells or points in that partition.
Definition at line 35 of file vtkCompleteArrays.h.
|
|
|
|
|
|
|
|
|
Construct object with LowPoint=(0,0,0) and HighPoint=(0,0,1). Scalar range is (0,1). |
|
The user can set the controller used for inter-process communication. |
|
The user can set the controller used for inter-process communication. |
|
|
|
|
|
|
|
Definition at line 61 of file vtkCompleteArrays.h. |