39 #ifndef vtkMergeTables_h 40 #define vtkMergeTables_h 42 #include "vtkInfovisCoreModule.h" 57 vtkSetStringMacro(FirstTablePrefix);
66 vtkSetStringMacro(SecondTablePrefix);
78 vtkGetMacro(MergeColumnsByName,
bool);
89 vtkGetMacro(PrefixAllButMerged,
bool);
97 bool MergeColumnsByName;
98 bool PrefixAllButMerged;
99 char* FirstTablePrefix;
100 char* SecondTablePrefix;
105 vtkInformationVector*) VTK_OVERRIDE;
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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Superclass for algorithms that produce only vtkTables as output.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.