Mercurial > hg > minc-tools
changeset 1500:bc28eee493dd
Add missing function prototype.
author | swmgr <swmgr> |
---|---|
date | Wed, 11 Dec 2002 14:37:46 +0000 |
parents | b2a61d3672df |
children | fbcb12fbd152 |
files | ChangeLog volume_io/Include/volume_io/vol_io_prototypes.h volume_io/Testing/.cvsignore |
diffstat | 3 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-05 Steve Robbins <swmgr@shadow.bic.mni.mcgill.ca> + + * volume_io/Include/vol_io_prototypes.h: Add prototype + for get_volume_translation(). + 2002-11-05 Jason Lerch <jason@bic.mni.mcgill.ca> * progs/mincresample/mincresample.{c,h}: changed the setting of
--- a/volume_io/Include/volume_io/vol_io_prototypes.h +++ b/volume_io/Include/volume_io/vol_io_prototypes.h @@ -916,6 +916,11 @@ Real voxel[], Real world_space_voxel_maps_to[] ); +public void get_volume_translation( + Volume volume, + Real voxel[], + Real world_space_voxel_maps_to[] ); + public void reorder_voxel_to_xyz( Volume volume, Real voxel[],