![]() |
LibCarna Version 3.4.0
|
Creates LibCarna::base::IntensityVolumeUInt16 object from HUGZ-file. More...
#include <HUGZSceneFactory.hpp>
Static Public Member Functions | |
static LibCarna::base::IntensityVolumeUInt16 * | importVolume (const std::string &filename, LibCarna::base::math::Vector3f &spacing, bool stretchIntensities=false) |
Reads HUGZ file and returns created LibCarna::base::IntensityVolumeUInt16 object. | |
Creates LibCarna::base::IntensityVolumeUInt16 object from HUGZ-file.
The HUGZ file is GZIP compression of the following data:
Each voxel is represented as a signed
short
.
int16_t
instead of signed short
. Definition at line 54 of file HUGZSceneFactory.hpp.
|
static |
Reads HUGZ file and returns created LibCarna::base::IntensityVolumeUInt16 object.
The HUGZ file format is described here.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen