21 #ifndef vtkGroupDataSetsFilter_h
22 #define vtkGroupDataSetsFilter_h
25 #include "vtkFiltersGeneralModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
44 vtkSetMacro(OutputType,
int);
45 vtkGetMacro(OutputType,
int);
46 void SetOutputTypeToPartitionedDataSet();
47 void SetOutputTypeToPartitionedDataSetCollection();
48 void SetOutputTypeToMultiBlockDataSet();
59 void SetInputName(
int index,
const char*
name);
60 const char* GetInputName(
int index)
const;
66 void ClearInputNames();
84 std::unique_ptr<vtkInternals> Internals;
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkDataObjectAlgorithm * New()
a simple class to control print indentation
groups inputs into a chosen composite dataset.
Superclass for algorithms that produce only data object as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.