 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #ifndef vtkThreadedImageWriter_h
27 #define vtkThreadedImageWriter_h
29 #include "vtkIOAsynchronousModule.h"
64 vtkGetMacro(MaxThreads, vtkTypeUInt32);
80 vtkInternals* Internals;
81 vtkTypeUInt32 MaxThreads;
void Finalize()
This method will wait for any running thread to terminate.
void Initialize()
Need to be called at least once before using the class.
~vtkThreadedImageWriter() override
abstract base class for most VTK objects
class used to compress/write images using threads to prevent locking while encoding data.
topologically and geometrically regular array of data
a simple class to control print indentation
void SetMaxThreads(vtkTypeUInt32)
Define the number of worker thread to use.
void EncodeAndWrite(vtkImageData *image, const char *fileName)
Push an image into the threaded writer.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkThreadedImageWriter * New()