32 #ifndef vtkTransposeTable_h
33 #define vtkTransposeTable_h
48 vtkGetMacro(AddIdColumn,
bool);
49 vtkSetMacro(AddIdColumn,
bool);
50 vtkBooleanMacro(AddIdColumn,
bool);
56 vtkGetMacro(UseIdColumn,
bool);
57 vtkSetMacro(UseIdColumn,
bool);
58 vtkBooleanMacro(UseIdColumn,
bool);
64 vtkGetStringMacro(IdColumnName);
65 vtkSetStringMacro(IdColumnName);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
#define VTKFILTERSCORE_EXPORT
a simple class to control print indentation
Transpose an input table.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.