28#ifndef vtkConvertToPartitionedDataSetCollection_h
29#define vtkConvertToPartitionedDataSetCollection_h
31#include "vtkFiltersCoreModule.h"
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.