Filter adds arrays to empty partitions.
More...
#include <vtkCompleteArrays.h>
Inherits vtkDataSetAlgorithm.
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
void | SetController (vtkMultiProcessController *controller) |
| The user can set the controller used for inter-process communication. More...
|
|
virtual vtkMultiProcessController * | GetController () |
| The user can set the controller used for inter-process communication. More...
|
|
Filter adds arrays to empty partitions.
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 33 of file vtkCompleteArrays.h.
◆ Superclass
◆ vtkCompleteArrays()
vtkCompleteArrays::vtkCompleteArrays |
( |
| ) |
|
|
protected |
◆ ~vtkCompleteArrays()
vtkCompleteArrays::~vtkCompleteArrays |
( |
| ) |
|
|
protected |
◆ GetClassName()
virtual const char* vtkCompleteArrays::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkCompleteArrays::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkCompleteArrays::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkCompleteArrays::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ New()
◆ SetController()
void vtkCompleteArrays::SetController |
( |
vtkMultiProcessController * |
controller | ) |
|
The user can set the controller used for inter-process communication.
◆ GetController()
virtual vtkMultiProcessController* vtkCompleteArrays::GetController |
( |
| ) |
|
|
virtual |
The user can set the controller used for inter-process communication.
◆ RequestData()
virtual int vtkCompleteArrays::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
◆ Controller
vtkMultiProcessController* vtkCompleteArrays::Controller |
|
protected |
The documentation for this class was generated from the following file: