34 #ifndef __vtkDataObjectToTable_h
35 #define __vtkDataObjectToTable_h
60 vtkGetMacro(FieldType,
int);
61 vtkSetClampMacro(FieldType,
int, 0, 4);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
extract field data as a table
a simple class to control print indentation
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.