28 #ifndef vtkMultiBlockFromTimeSeriesFilter_h
29 #define vtkMultiBlockFromTimeSeriesFilter_h
31 #include "vtkFiltersGeneralModule.h"
55 vtkInformationVector *) VTK_OVERRIDE;
56 int RequestUpdateExtent(vtkInformation *,
57 vtkInformationVector **,
58 vtkInformationVector *) VTK_OVERRIDE;
59 int RequestData(vtkInformation *,
60 vtkInformationVector **,
61 vtkInformationVector *) VTK_OVERRIDE;
68 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.