Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include "zlib.h"
Go to the source code of this file.
Macros | |
#define | ZLIB_INTERNAL |
Functions | |
int ZEXPORT | uncompress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong *sourceLen) |
int ZEXPORT | uncompress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) |
int ZEXPORT uncompress | ( | Bytef * | dest, |
uLongf * | destLen, | ||
const Bytef * | source, | ||
uLong | sourceLen | ||
) |
Definition at line 85 of file uncompr.c.
Referenced by G4ParticleHPManager::GetDataStream(), and G4OpticalSurface::ReadCompressedFile().
int ZEXPORT uncompress2 | ( | Bytef * | dest, |
uLongf * | destLen, | ||
const Bytef * | source, | ||
uLong * | sourceLen | ||
) |
Definition at line 26 of file uncompr.c.
Referenced by uncompress().