41 #ifndef __vtkMergeTables_h
42 #define __vtkMergeTables_h
44 #include "vtkInfovisCoreModule.h"
57 vtkSetStringMacro(FirstTablePrefix);
58 vtkGetStringMacro(FirstTablePrefix);
64 vtkSetStringMacro(SecondTablePrefix);
65 vtkGetStringMacro(SecondTablePrefix);
72 vtkSetMacro(MergeColumnsByName,
bool);
73 vtkGetMacro(MergeColumnsByName,
bool);
74 vtkBooleanMacro(MergeColumnsByName,
bool);
81 vtkSetMacro(PrefixAllButMerged,
bool);
82 vtkGetMacro(PrefixAllButMerged,
bool);
83 vtkBooleanMacro(PrefixAllButMerged,
bool);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.