17 #ifndef vtkThreadedImageWriter_h
18 #define vtkThreadedImageWriter_h
20 #include "vtkIOAsynchronousModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
55 void SetMaxThreads(vtkTypeUInt32);
56 vtkGetMacro(MaxThreads, vtkTypeUInt32);
72 vtkInternals* Internals;
73 vtkTypeUInt32 MaxThreads;
abstract base class for most VTK objects
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
class used to compress/write images using threads to prevent locking while encoding data...
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...