Searched refs:zres (Results 1 – 2 of 2) sorted by relevance
102 vol->zres = zs; in newscalarvol()251 tdist = sqrt((flt)(vol->xres * vol->xres + vol->yres * vol->yres + vol->zres * vol->zres)); in scalar_volume_texture()274 z = (int)((vol->zres - 1.5) * pnt.z + 0.5); in scalar_volume_texture()326 msgtxt, "loading %dx%dx%d volume set from %s", vol->xres, vol->yres, vol->zres, vol->name); in LoadVol()329 vol->data = (unsigned char *)rt_getmem(vol->xres * vol->yres * vol->zres); in LoadVol()331 status = fread(vol->data, 1, (vol->xres * vol->yres * vol->zres), dfile); in LoadVol()
130 int zres; /* volume Z axis size */ member