Go to the documentation of this file.
28 #ifndef vtkExtractDataOverTime_h
29 #define vtkExtractDataOverTime_h
31 #include "vtkFiltersExtractionModule.h"
46 vtkGetMacro(PointIndex,
int);
53 vtkGetMacro(NumberOfTimeSteps,
int);
Superclass for algorithms that produce output of the same type as input.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
abstract class for specifying dataset behavior
static vtkPointSetAlgorithm * New()
int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details