26 #ifndef vtkMultiBlockFromTimeSeriesFilter_h
27 #define vtkMultiBlockFromTimeSeriesFilter_h
30 #include "vtkFiltersGeneralModule.h"
62 std::vector<double> TimeSteps;
#define VTK_DEPRECATED_IN_9_1_0(reason)
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
converts a temporal dataset into multiblock.
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
converts a temporal dataset into non-temporal dataset.
Composite dataset that organizes datasets into blocks.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.