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);
a simple class to control print indentation
Superclass for algorithms that produce only vtkTables as output.
Transpose an input table.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTransposeTable * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkTransposeTable() override