34 #ifndef __vtkDataObjectToTable_h
35 #define __vtkDataObjectToTable_h
37 #include "vtkInfovisCoreModule.h"
45 void PrintSelf(ostream& os, vtkIndent indent);
61 vtkGetMacro(FieldType,
int);
62 vtkSetClampMacro(FieldType,
int, 0, 4);
73 vtkInformationVector**,
74 vtkInformationVector*);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
extract field data as a table
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.