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);
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