[MINC-development] Latest MINC 2.0 API documentation

John G. Sled minc-development@bic.mni.mcgill.ca
Mon, 16 Feb 2004 17:23:45 -0600


> What's the array_length argument do in miset_real_value?  I can guess but am
> unsure.
> 
> Also are there any plans to support a "getting voxels for dummies" type
> function? (that doesn't require setting up a location[] array with indicies and
> the likes?)
> 
> ie:
> 
>   value = miget_real_value_3D(volume, x, y, z);
> 
> ?  The current implementation whilst nice and general isn't that easy for
> newbies to grok IMHO.
> 

That comment is just SO three dimensional ;)  Actually, I had
envisioned that miget_real_value would be little used with most
programs favouring the miget_real_value_hyperslab function instead.
Any thoughts on how to make these hyperslab functions easier to use
would be appreciated.

John