|
ParaView
|
Multiple inputs with same geometry, one output. More...
#include <vtkMergeArrays.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkMergeArrays * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkMergeArrays * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkMergeArrays () | |
| ~vtkMergeArrays () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Multiple inputs with same geometry, one output.
vtkMergeArrays Expects that all inputs have the same geometry. Arrays from all inputs are put into out output. The filter checks for a consistent number of points and cells, but not check any more. Any inputs which do not have the correct number of points and cells are ignored.
Definition at line 32 of file vtkMergeArrays.h.
| vtkMergeArrays::vtkMergeArrays | ( | ) | [protected] |
| vtkMergeArrays::~vtkMergeArrays | ( | ) | [protected] |
| static vtkMergeArrays* vtkMergeArrays::New | ( | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
| virtual const char* vtkMergeArrays::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkDataSetAlgorithm.
| static int vtkMergeArrays::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
| virtual int vtkMergeArrays::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkDataSetAlgorithm.
| static vtkMergeArrays* vtkMergeArrays::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
| void vtkMergeArrays::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkDataSetAlgorithm.
| virtual int vtkMergeArrays::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkDataSetAlgorithm.
| virtual int vtkMergeArrays::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkDataSetAlgorithm.
1.7.5.1