30 #ifndef vtkTransposeTable_h 31 #define vtkTransposeTable_h 33 #include "vtkFiltersCoreModule.h" 49 vtkGetMacro(AddIdColumn,
bool);
50 vtkSetMacro(AddIdColumn,
bool);
51 vtkBooleanMacro(AddIdColumn,
bool);
60 vtkGetMacro(UseIdColumn,
bool);
61 vtkSetMacro(UseIdColumn,
bool);
62 vtkBooleanMacro(UseIdColumn,
bool);
70 vtkGetStringMacro(IdColumnName);
71 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.