33 #ifndef vtkTransposeTable_h 
   34 #define vtkTransposeTable_h 
   36 #include "vtkFiltersCoreModule.h"  
   52   vtkGetMacro(AddIdColumn, 
bool);
 
   63   vtkGetMacro(UseIdColumn, 
bool);
 
   74   vtkSetStringMacro(IdColumnName);
 
   83     vtkInformationVector*) VTK_OVERRIDE;
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
static vtkTableAlgorithm * New()
 
a simple class to control print indentation 
 
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions. 
 
Transpose an input table. 
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
Superclass for algorithms that produce only vtkTables as output. 
 
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.