13 #ifndef vtkDataObjectToTable_h
14 #define vtkDataObjectToTable_h
17 #include "vtkInfovisCoreModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
43 vtkGetMacro(FieldType,
int);
44 vtkSetClampMacro(FieldType,
int, 0, 4);
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
this filter produces a vtkTable from the chosen attribute in the input data object.
#define VTK_DEPRECATED_IN_9_3_0(reason)
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.