16 #ifndef vtkExtractDataOverTime_h
17 #define vtkExtractDataOverTime_h
19 #include "vtkFiltersExtractionModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
34 vtkSetMacro(PointIndex,
int);
35 vtkGetMacro(PointIndex,
int);
42 vtkGetMacro(NumberOfTimeSteps,
int);
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
concrete class for storing a set of points
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
static vtkPointSetAlgorithm * New()