MCPcopy Create free account
hub / github.com/Kitware/VTK / Uncompress

Method Uncompress

IO/Core/vtkDataCompressor.cxx:27–31  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

25
26//------------------------------------------------------------------------------
27size_t vtkDataCompressor::Uncompress(unsigned char const* compressedData, size_t compressedSize,
28 unsigned char* uncompressedData, size_t uncompressedSize)
29{
30 return this->UncompressBuffer(compressedData, compressedSize, uncompressedData, uncompressedSize);
31}
32
33//------------------------------------------------------------------------------
34vtkUnsignedCharArray* vtkDataCompressor::Compress(

Callers 4

TestCompressZLibFunction · 0.45
TestCompressLZMAFunction · 0.45
TestCompressLZ4Function · 0.45
ReadBlockMethod · 0.45

Calls 6

DeleteMethod · 0.65
NewFunction · 0.50
UncompressBufferMethod · 0.45
SetNumberOfComponentsMethod · 0.45
SetNumberOfTuplesMethod · 0.45
GetPointerMethod · 0.45

Tested by 3

TestCompressZLibFunction · 0.36
TestCompressLZMAFunction · 0.36
TestCompressLZ4Function · 0.36