39 #ifndef vtkMergeTables_h 40 #define vtkMergeTables_h 42 #include "vtkInfovisCoreModule.h" 57 vtkSetStringMacro(FirstTablePrefix);
58 vtkGetStringMacro(FirstTablePrefix);
66 vtkSetStringMacro(SecondTablePrefix);
67 vtkGetStringMacro(SecondTablePrefix);
77 vtkSetMacro(MergeColumnsByName,
bool);
78 vtkGetMacro(MergeColumnsByName,
bool);
79 vtkBooleanMacro(MergeColumnsByName,
bool);
88 vtkSetMacro(PrefixAllButMerged,
bool);
89 vtkGetMacro(PrefixAllButMerged,
bool);
90 vtkBooleanMacro(PrefixAllButMerged,
bool);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.