33 #ifndef vtkGroupDataSetsFilter_h
34 #define vtkGroupDataSetsFilter_h
37 #include "vtkFiltersGeneralModule.h"
55 vtkSetMacro(OutputType,
int);
56 vtkGetMacro(OutputType,
int);
57 void SetOutputTypeToPartitionedDataSet();
58 void SetOutputTypeToPartitionedDataSetCollection();
59 void SetOutputTypeToMultiBlockDataSet();
70 void SetInputName(
int index,
const char*
name);
71 const char* GetInputName(
int index)
const;
77 void ClearInputNames();
95 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.