used to merge rows in tables.
More...
#include <vtkPVMergeTables.h>
Inherits vtkTableAlgorithm.
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 flattened vtkTable.
- Todo:
- We may want to merge this functionality into vtkMergeTables filter itself.
Definition at line 38 of file vtkPVMergeTables.h.
◆ Superclass
◆ vtkPVMergeTables()
vtkPVMergeTables::vtkPVMergeTables |
( |
| ) |
|
|
protected |
◆ ~vtkPVMergeTables()
vtkPVMergeTables::~vtkPVMergeTables |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPVMergeTables::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVMergeTables::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVMergeTables::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVMergeTables::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ RequestData()
int vtkPVMergeTables::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
◆ FillInputPortInformation()
virtual int vtkPVMergeTables::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
◆ CreateDefaultExecutive()
virtual vtkExecutive* vtkPVMergeTables::CreateDefaultExecutive |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Rendering/vtkPVMergeTables.h