 |
VTK
9.1.0
|
Go to the documentation of this file.
29 #ifndef vtkConvertToMultiBlockDataSet_h
30 #define vtkConvertToMultiBlockDataSet_h
32 #include "vtkFiltersCoreModule.h"
Composite dataset that organizes datasets into blocks.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkConvertToMultiBlockDataSet() override
a simple class to control print indentation
static vtkConvertToMultiBlockDataSet * New()
bool Execute(vtkDataObject *input, vtkMultiBlockDataSet *output)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkConvertToMultiBlockDataSet()
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
converts any data type into a vtkMultiBlockDataSet.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.