14 #ifndef vtkAMRToMultiBlockFilter_h
15 #define vtkAMRToMultiBlockFilter_h
17 #include "vtkFiltersAMRModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
A filter that accepts as input an AMR dataset and produces a corresponding vtkMultiBlockDataset as ou...
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.
vtkMultiProcessController * Controller
Copies the AMR data to the output multi-block datastructure.
Composite dataset that organizes datasets into blocks.
hierarchical dataset of vtkUniformGrids
Multiprocessing communication superclass.