Go to the documentation of this file.
27 #ifndef vtkMemoryLimitImageDataStreamer_h
28 #define vtkMemoryLimitImageDataStreamer_h
30 #include "vtkFiltersParallelImagingModule.h"
45 vtkSetMacro(MemoryLimit,
unsigned long);
46 vtkGetMacro(MemoryLimit,
unsigned long);
Initiates streaming on image data.
static vtkMemoryLimitImageDataStreamer * New()
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
unsigned long MemoryLimit
vtkMemoryLimitImageDataStreamer()
Initiates streaming on image data.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process a request from the executive.
~vtkMemoryLimitImageDataStreamer() override