24#ifndef vtkImageDataStreamer_h
25#define vtkImageDataStreamer_h
28#include "vtkImagingCoreModule.h"
45 vtkSetMacro(NumberOfStreamDivisions,
int);
46 vtkGetMacro(NumberOfStreamDivisions,
int);
Generates a structured extent from unstructured.
Generic algorithm superclass for image algs.
Initiates streaming on image data.
~vtkImageDataStreamer() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetExtentTranslator(vtkExtentTranslator *)
Get the extent translator that will be used to split the requests.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process a request from the executive.
int NumberOfStreamDivisions
vtkExtentTranslator * ExtentTranslator
static vtkImageDataStreamer * New()
a simple class to control print indentation