Home
last modified time | relevance | path

Searched refs:world_to_voxel (Results 1 – 5 of 5) sorted by relevance

/dports/science/minc2/minc-release-2.2.00/ezminc/
H A Dminc_io_4d_volume.h44 idx world_to_voxel(const vect& iii) const in world_to_voxel() function
46 return _volumes[0].world_to_voxel(iii); in world_to_voxel()
H A Dminc_io_simple_volume.h468 idx world_to_voxel(const vect& iii) const in world_to_voxel() function
/dports/science/minc2/minc-release-2.2.00/progs/mincresample/
H A Dmincresample.h220 General_transform *world_to_voxel; member
H A Dmincresample.c628 in_vol->world_to_voxel = malloc(sizeof(General_transform)); in get_arginfo()
631 in_vol->world_to_voxel); in get_arginfo()
794 out_vol->world_to_voxel = malloc(sizeof(General_transform)); in get_arginfo()
797 out_vol->world_to_voxel); in get_arginfo()
H A Dresample_volumes.c495 concat_general_transforms(&temp_transf, in_vol->world_to_voxel, in get_slice()