34 #ifndef __vtkExtractTemporalFieldData_h
35 #define __vtkExtractTemporalFieldData_h
37 #include "vtkFiltersExtractionModule.h"
42 class vtkDataSetAttributes;
49 void PrintSelf(ostream& os, vtkIndent indent);
53 vtkGetMacro(NumberOfTimeSteps,
int);
61 vtkInformationVector**,
62 vtkInformationVector*);
65 vtkInformationVector** inputVector,
66 vtkInformationVector* outputVector);
68 vtkInformationVector** inputVector,
69 vtkInformationVector* outputVector);
77 void CopyDataToOutput(vtkInformation* inInfo,
78 vtkDataSet *input,
vtkTable *output);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)