25 #ifndef vtkMultiBlockFromTimeSeriesFilter_h
26 #define vtkMultiBlockFromTimeSeriesFilter_h
28 #include "vtkFiltersGeneralModule.h"
52 vtkInformationVector *) VTK_OVERRIDE;
53 int RequestUpdateExtent(vtkInformation *,
54 vtkInformationVector **,
55 vtkInformationVector *) VTK_OVERRIDE;
56 int RequestData(vtkInformation *,
57 vtkInformationVector **,
58 vtkInformationVector *) VTK_OVERRIDE;
65 std::
vector<
double> TimeSteps;
Hold a reference to a vtkObjectBase instance.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
collects multiple inputs into one multi-group dataset
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Composite dataset that organizes datasets into blocks.