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