26 #ifndef vtkThreadedImageWriter_h 27 #define vtkThreadedImageWriter_h 29 #include "vtkIOAsynchronousModule.h" 69 void SetMaxThreads(vtkTypeUInt32);
70 vtkGetMacro(MaxThreads, vtkTypeUInt32);
86 vtkInternals* Internals;
87 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...