12 #ifndef vtkNvPipeCompressor_h 13 #define vtkNvPipeCompressor_h 34 vtkSetClampMacro(Quality,
unsigned int, 1, 5);
35 vtkGetMacro(Quality,
unsigned 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.
virtual void SetImageResolution(int width, int height)
Communicates the next expected image resolution.
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