ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVMergeTables Class Reference

used to merge rows in tables. More...

#include <vtkPVMergeTables.h>

Inherits vtkTableAlgorithm.

Public Types

typedef vtkTableAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 

Static Public Member Functions

static vtkPVMergeTablesNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVMergeTablesSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVMergeTables ()
 
 ~vtkPVMergeTables ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual vtkExecutive * CreateDefaultExecutive ()
 

Detailed Description

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.

Member Typedef Documentation

§ Superclass

typedef vtkTableAlgorithm vtkPVMergeTables::Superclass

Definition at line 42 of file vtkPVMergeTables.h.

Constructor & Destructor Documentation

§ vtkPVMergeTables()

vtkPVMergeTables::vtkPVMergeTables ( )
protected

§ ~vtkPVMergeTables()

vtkPVMergeTables::~vtkPVMergeTables ( )
protected

Member Function Documentation

§ New()

static vtkPVMergeTables* vtkPVMergeTables::New ( )
static

§ 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()

static vtkPVMergeTables* vtkPVMergeTables::SafeDownCast ( vtkObject *  o)
static

§ 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: