ParaView
|
used to merge rows in tables. More...
#include <vtkPVMergeTablesMultiBlock.h>
Inherits vtkAlgorithm.
Public Types | |
typedef vtkAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
see vtkAlgorithm for details More... | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkPVMergeTablesMultiBlock * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVMergeTablesMultiBlock * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPVMergeTablesMultiBlock () | |
~vtkPVMergeTablesMultiBlock () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
virtual vtkExecutive * | CreateDefaultExecutive () |
used to merge rows in tables.
Simplified version of vtkMergeTables which simply combines tables merging columns. This assumes that each of the inputs either has exactly identical columns or no columns at all. This filter can handle composite datasets as well. The output is produced by merging corresponding leaf nodes. This assumes that all inputs have the same composite structure. All inputs must either be vtkTable or vtkCompositeDataSet mixing is not allowed. The output is a multiblock dataset of vtkTable.
Definition at line 38 of file vtkPVMergeTablesMultiBlock.h.
typedef vtkAlgorithm vtkPVMergeTablesMultiBlock::Superclass |
Definition at line 42 of file vtkPVMergeTablesMultiBlock.h.
|
protected |
|
protected |
|
static |
|
virtual |
|
static |
|
virtual |
|
static |
|
virtual |
see vtkAlgorithm for details
void vtkPVMergeTablesMultiBlock::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |