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