20 #ifndef vtkLZ4DataCompressor_h 21 #define vtkLZ4DataCompressor_h 23 #include "vtkIOCoreModule.h" 42 vtkSetClampMacro(AccelerationLevel,
int, 1,
VTK_INT_MAX);
43 vtkGetMacro(AccelerationLevel,
int);
49 int AccelerationLevel;
52 size_t CompressBuffer(
unsigned char const* uncompressedData,
53 size_t uncompressedSize,
54 unsigned char* compressedData,
55 size_t compressionSpace) VTK_OVERRIDE;
57 size_t UncompressBuffer(
unsigned char const* compressedData,
58 size_t compressedSize,
59 unsigned char* uncompressedData,
60 size_t uncompressedSize) VTK_OVERRIDE;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Abstract interface for data compression classes.
virtual size_t GetMaximumCompressionSpace(size_t size)=0
Get the maximum space that may be needed to store data of the given uncompressed size after compressi...
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...