21 #ifndef vtkTransposeTable_h
22 #define vtkTransposeTable_h
24 #include "vtkFiltersCoreModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
41 vtkGetMacro(AddIdColumn,
bool);
42 vtkSetMacro(AddIdColumn,
bool);
43 vtkBooleanMacro(AddIdColumn,
bool);
52 vtkGetMacro(UseIdColumn,
bool);
53 vtkSetMacro(UseIdColumn,
bool);
54 vtkBooleanMacro(UseIdColumn,
bool);
62 vtkGetStringMacro(IdColumnName);
63 vtkSetStringMacro(IdColumnName);
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
Transpose an input table.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.