Go to the documentation of this file.
25 #ifndef vtkZLibDataCompressor_h
26 #define vtkZLibDataCompressor_h
58 size_t uncompressedSize,
59 unsigned char* compressedData,
60 size_t compressionSpace);
63 size_t compressedSize,
64 unsigned char* uncompressedData,
65 size_t uncompressedSize);
void PrintSelf(ostream &os, vtkIndent indent)
size_t CompressBuffer(unsigned char const *uncompressedData, size_t uncompressedSize, unsigned char *compressedData, size_t compressionSpace)
#define vtkTypeMacro(thisClass, superclass)
#define vtkSetClampMacro(name, type, min, max)
a simple class to control print indentation
Abstract interface for data compression classes.
Data compression using zlib.
#define vtkGetMacro(name, type)
static vtkZLibDataCompressor * New()
size_t UncompressBuffer(unsigned char const *compressedData, size_t compressedSize, unsigned char *uncompressedData, size_t uncompressedSize)
size_t GetMaximumCompressionSpace(size_t size)