11#ifndef vtkPieceRequestFilter_h
12#define vtkPieceRequestFilter_h
15#include "vtkFiltersParallelModule.h"
17VTK_ABI_NAMESPACE_BEGIN
32 vtkGetMacro(NumberOfPieces,
int);
40 vtkGetMacro(Piece,
int);
Superclass for all sources, filters, and sinks in VTK.
general representation of visualization data
a simple class to control print indentation
Sets the piece request for upstream filters.
void SetInputData(int, vtkDataObject *)
Set an input of this algorithm.
vtkDataObject * GetOutput()
Get the output data object for a port on this algorithm.
static vtkPieceRequestFilter * New()
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
~vtkPieceRequestFilter() override=default
void SetInputData(vtkDataObject *)
Set an input of this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkDataObject * GetOutput(int)
Get the output data object for a port on this algorithm.