24 #ifndef vtkImageDataStreamer_h
25 #define vtkImageDataStreamer_h
27 #include "vtkImagingCoreModule.h"
46 vtkGetMacro(NumberOfStreamDivisions,
int);
64 ~vtkImageDataStreamer() VTK_OVERRIDE;
67 int NumberOfStreamDivisions;
70 vtkImageDataStreamer(const vtkImageDataStreamer&) VTK_DELETE_FUNCTION;
71 void operator=(const vtkImageDataStreamer&) VTK_DELETE_FUNCTION;
Initiates streaming on image data.
Generates a structured extent from unstructured.
a simple class to control print indentation
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process a request from the executive.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.