The Longvol Library
What is it ?
The longvol library is a library to handle 3D-voxels files. It
implements two formats : a new format called "longvol" and a raw format.
It provides an easy-to-use C++ class that allows you to read, write and
edit
these files. It manages predefined and user-defined meta-informations
about the volumes.
LibLongvol is a clone of the Libvol
in which voxel are encoded using a long int type..
Download