19#ifndef vtkConvertToPartitionedDataSetCollection_h
20#define vtkConvertToPartitionedDataSetCollection_h
22#include "vtkFiltersCoreModule.h"
25VTK_ABI_NAMESPACE_BEGIN
convert any dataset to vtkPartitionedDataSetCollection.
vtkConvertToPartitionedDataSetCollection()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Methods for subclasses to override to handle different pipeline requests.
static vtkConvertToPartitionedDataSetCollection * New()
~vtkConvertToPartitionedDataSetCollection() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
Superclass for algorithms that produce vtkPartitionedDataSetCollectionAlgorithm.