Go to the documentation of this file.
12 #ifndef vtkNvPipeCompressor_h
13 #define vtkNvPipeCompressor_h
16 #include "vtkPVVTKExtensionsFiltersRenderingModule.h"
34 vtkSetClampMacro(Quality,
unsigned int, 1, 5);
35 vtkGetMacro(Quality,
unsigned int);
virtual const char * SaveConfiguration()
Serialize compressor configuration (but not the data) into the stream.
Superclass for image compressor/decompressor used by Composite Managers.
virtual int Decompress()=0
Decompresses and geenartes the decompressed data as output.
virtual bool RestoreConfiguration(vtkMultiProcessStream *stream)
Restore state from the stream.
virtual void SetImageResolution(int width, int height)
Communicates the next expected image resolution.
void PrintSelf(ostream &os, vtkIndent indent) override
virtual int Compress()=0
Call this method to compress the input and generate the compressed data.