29 #ifndef vtkDataObjectToTable_h
30 #define vtkDataObjectToTable_h
32 #include "vtkInfovisCoreModule.h"
56 vtkGetMacro(FieldType,
int);
57 vtkSetClampMacro(FieldType,
int, 0, 4);
69 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()
extract field data as a table
a simple class to control print indentation
Superclass for algorithms that produce only vtkTables as output.