42 #ifndef vtkMergeTables_h 43 #define vtkMergeTables_h 45 #include "vtkInfovisCoreModule.h" 60 vtkSetStringMacro(FirstTablePrefix);
61 vtkGetStringMacro(FirstTablePrefix);
69 vtkSetStringMacro(SecondTablePrefix);
70 vtkGetStringMacro(SecondTablePrefix);
80 vtkSetMacro(MergeColumnsByName,
bool);
81 vtkGetMacro(MergeColumnsByName,
bool);
82 vtkBooleanMacro(MergeColumnsByName,
bool);
91 vtkSetMacro(PrefixAllButMerged,
bool);
92 vtkGetMacro(PrefixAllButMerged,
bool);
93 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.