17 #ifndef vtkPImageWriter_h
18 #define vtkPImageWriter_h
20 #include "vtkIOParallelModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
37 vtkSetMacro(MemoryLimit,
unsigned long);
38 vtkGetMacro(MemoryLimit,
unsigned long);
50 ostream* file)
override
virtual void RecursiveWrite(int dim, vtkImageData *region, vtkInformation *inInfo, ostream *file)
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
topologically and geometrically regular array of data
vtkPipelineSize * SizeEstimator
static vtkImageWriter * New()
compute the memory required by a pipeline
unsigned long MemoryLimit
void RecursiveWrite(int dim, vtkImageData *cache, vtkImageData *data, vtkInformation *inInfo, ostream *file) override