![]() |
Carna Version 3.3.3
|
Creates Carna::base::HUVolumeUInt16 object from HUGZ-file. More...
#include <HUGZSceneFactory.h>
Static Public Member Functions | |
static Carna::base::HUVolumeUInt16 * | importVolume (const std::string &filename, Carna::base::math::Vector3f &spacing) |
Reads HUGZ file and returns created Carna::base::HUVolumeUInt16 object. | |
Creates Carna::base::HUVolumeUInt16 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 40 of file HUGZSceneFactory.h.
|
static |
Reads HUGZ file and returns created Carna::base::HUVolumeUInt16 object.
The HUGZ file format is described here.
Documentation generated by Doxygen