11#ifndef vtkPartitionedDataSetAlgorithm_h
12#define vtkPartitionedDataSetAlgorithm_h
15#include "vtkCommonExecutionModelModule.h"
17VTK_ABI_NAMESPACE_BEGIN
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
Superclass for algorithms that produce vtkPartitionedDataSetAlgorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
vtkPartitionedDataSetAlgorithm()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkPartitionedDataSet * GetOutput()
Get the output data object for the specified output port.
virtual int RequestUpdateTime(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
vtkPartitionedDataSet * GetOutput(int)
Get the output data object for the specified output port.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
~vtkPartitionedDataSetAlgorithm() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
composite dataset to encapsulates a dataset consisting of partitions.