 
 
 
 
 
 
 
  
NAME
miget_data_type_size - get the size of an individual voxel in a MINC volume
SYNOPSIS
#include <minc2.h>
int miget_data_type_size( mihandle_t        volume, 
                          misize_t          *voxel_size);
DESCRIPTION
This function retrieves the size, in bytes, of the "native" voxel data
type of the volume.
RETURN VALUE
Returns MI_ERROR on error (invalid volume handle, for example), or
MI_NOERROR on success.