27 #ifndef __vtkExtractDataOverTime_h
28 #define __vtkExtractDataOverTime_h
30 #include "vtkFiltersExtractionModule.h"
38 void PrintSelf(ostream& os, vtkIndent indent);
42 vtkSetMacro(PointIndex,
int);
43 vtkGetMacro(PointIndex,
int);
48 vtkGetMacro(NumberOfTimeSteps,
int);
55 int RequestInformation( vtkInformation *request,
56 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
59 vtkInformationVector**,
60 vtkInformationVector*);
62 int AllocateOutputData(vtkPointSet *input, vtkPointSet *output);
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce output of the same type as input.
static vtkPointSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)