26 #ifndef vtkAMRToMultiBlockFilter_h 
   27 #define vtkAMRToMultiBlockFilter_h 
   29 #include "vtkFiltersAMRModule.h"  
   71   void CopyAMRToMultiBlock(
 
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. 
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
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.