21#ifndef vtkTransposeTable_h
22#define vtkTransposeTable_h
24#include "vtkFiltersCoreModule.h"
28VTK_ABI_NAMESPACE_BEGIN
42 vtkGetMacro(AddIdColumn,
bool);
43 vtkSetMacro(AddIdColumn,
bool);
44 vtkBooleanMacro(AddIdColumn,
bool);
53 vtkGetMacro(UseIdColumn,
bool);
54 vtkSetMacro(UseIdColumn,
bool);
55 vtkBooleanMacro(UseIdColumn,
bool);
63 vtkGetStringMacro(IdColumnName);
64 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