30#ifndef vtkGroupDataSetsFilter_h
31#define vtkGroupDataSetsFilter_h
34#include "vtkFiltersGeneralModule.h"
52 vtkSetMacro(OutputType,
int);
53 vtkGetMacro(OutputType,
int);
92 std::unique_ptr<vtkInternals> Internals;
Superclass for algorithms that produce only data object as output.
groups inputs into a chosen composite dataset.
static vtkGroupDataSetsFilter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetInputName(int index, const char *name)
API to assign names for inputs.
~vtkGroupDataSetsFilter() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetOutputTypeToPartitionedDataSetCollection()
Get/Set the output type.
void SetOutputTypeToMultiBlockDataSet()
Get/Set the output type.
void ClearInputNames()
Clears all assigned input names.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void SetOutputTypeToPartitionedDataSet()
Get/Set the output type.
const char * GetInputName(int index) const
API to assign names for inputs.
a simple class to control print indentation