27 #ifndef __vtkExtractDataOverTime_h
28 #define __vtkExtractDataOverTime_h
30 #include "vtkFiltersExtractionModule.h"
31 #include "vtkPointSetAlgorithm.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);
58 int ProcessRequest(vtkInformation*,
59 vtkInformationVector**,
60 vtkInformationVector*);
62 int AllocateOutputData(vtkPointSet *input, vtkPointSet *output);