vpSetVolumeSize (3) - Linux Manuals
vpSetVolumeSize: define the dimensions of a volume
NAME
vpSetVolumeSize - define the dimensions of a volumeSYNOPSIS
#include <volpack.h>
vpResult
-
vpSetVolumeSize(vpc, xlen, ylen, zlen)
-
- vpContext *vpc;
- int xlen, ylen, zlen;
ARGUMENTS
- vpc
- VolPack context from vpCreateContext.
- xlen
- Size of first dimension of the volume in voxels.
- ylen
- Size of the second dimension of the volume in voxels.
- zlen
- Size of the third dimension of the volume in voxels.