Go to the documentation of this file.
32 #ifndef vtkMultiBlockDataGroupFilter_h
33 #define vtkMultiBlockDataGroupFilter_h
35 #include "vtkFiltersGeneralModule.h"
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkMultiBlockDataGroupFilter() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkMultiBlockDataGroupFilter * New()
Construct object with PointIds and CellIds on; and ids being generated as scalars.
void AddInputData(vtkDataObject *)
Assign a data object as input.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void AddInputData(int, vtkDataObject *)
a simple class to control print indentation
collects multiple inputs into one multi-group dataset
vtkMultiBlockDataGroupFilter()
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
general representation of visualization data
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.