33 #ifndef vtkTransposeTable_h 34 #define vtkTransposeTable_h 36 #include "vtkFiltersCoreModule.h" 52 vtkGetMacro(AddIdColumn,
bool);
53 vtkSetMacro(AddIdColumn,
bool);
54 vtkBooleanMacro(AddIdColumn,
bool);
63 vtkGetMacro(UseIdColumn,
bool);
64 vtkSetMacro(UseIdColumn,
bool);
65 vtkBooleanMacro(UseIdColumn,
bool);
73 vtkGetStringMacro(IdColumnName);
74 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.