25 #ifndef VTKAMRTOMULTIBLOCKFILTER_H_
26 #define VTKAMRTOMULTIBLOCKFILTER_H_
28 #include "vtkFiltersAMRModule.h"
32 class vtkInformationVector;
34 class vtkMultiProcessController;
44 void PrintSelf(ostream &oss, vtkIndent indent );
49 vtkSetMacro( Controller, vtkMultiProcessController* );
50 vtkGetMacro( Controller, vtkMultiProcessController* );
58 vtkInformation*, vtkInformationVector**, vtkInformationVector* );
66 void CopyAMRToMultiBlock(
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkMultiProcessController * Controller
Composite dataset that organizes datasets into blocks.
virtual int FillInputPortInformation(int port, vtkInformation *info)
hierarchical dataset of vtkUniformGrids
void PrintSelf(ostream &os, vtkIndent indent)