24 #ifndef vtkMemoryLimitImageDataStreamer_h 25 #define vtkMemoryLimitImageDataStreamer_h 27 #include "vtkFiltersParallelImagingModule.h" 41 vtkSetMacro(MemoryLimit,
unsigned long);
42 vtkGetMacro(MemoryLimit,
unsigned long);
Initiates streaming on image data.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process a request from the executive.
Initiates streaming on image data.
unsigned long MemoryLimit
static vtkImageDataStreamer * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkMemoryLimitImageDataStreamer() override