24 #ifndef vtkDataEncoder_h
25 #define vtkDataEncoder_h
29 #include "vtkWebCoreModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
48 void SetMaxThreads(vtkTypeUInt32);
49 vtkGetMacro(MaxThreads, vtkTypeUInt32);
81 void Flush(vtkTypeUInt32
key);
86 const char* EncodeAsBase64Png(
vtkImageData* img,
int compressionLevel = 5);
91 const char* EncodeAsBase64Jpg(
vtkImageData* img,
int quality = 50);
109 std::unique_ptr<vtkInternals> Internals;
112 VTK_ABI_NAMESPACE_END
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
dynamic, self-adjusting array of unsigned char
class used to compress/encode images using threads.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...