12 #ifndef vtkLZ4Compressor_h 13 #define vtkLZ4Compressor_h 35 vtkSetClampMacro(Quality,
int, 0, 5);
36 vtkGetMacro(Quality,
int);
virtual int Decompress()=0
Decompresses and geenartes the decompressed data as output.
virtual const char * SaveConfiguration()
Serialize compressor configuration (but not the data) into the stream.
Superclass for image compressor/decompressor used by Composite Managers.
Image compressor/decompressor that uses LZ4 for fast lossless compression.
virtual bool RestoreConfiguration(vtkMultiProcessStream *stream)
Restore state from the stream.
#define VTKPVVTKEXTENSIONSFILTERSRENDERING_EXPORT
virtual int Compress()=0
Call this method to compress the input and generate the compressed data.
void PrintSelf(ostream &os, vtkIndent indent) override