 |
VTK
9.1.0
|
Go to the documentation of this file.
23 #ifndef vtkMultiBlockFromTimeSeriesFilter_h
24 #define vtkMultiBlockFromTimeSeriesFilter_h
26 #include "vtkFiltersGeneralModule.h"
58 std::vector<double> TimeSteps;
static vtkMultiBlockFromTimeSeriesFilter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
#define VTK_DEPRECATED_IN_9_1_0(reason)
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
Composite dataset that organizes datasets into blocks.
converts a temporal dataset into multiblock.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
~vtkMultiBlockFromTimeSeriesFilter() override
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkMultiBlockFromTimeSeriesFilter()
converts a temporal dataset into non-temporal dataset.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.