NAME
miget_voxel_value_hyperslab - get a voxel value hyperslab
SYNOPSIS
#include <minc2.h>
int miget_voxel_value_hyperslab( mihandle_t volume,
mitype_t buffer_data_type,
long voxel_offsets[],
long sizes[],
void *buffer)
DESCRIPTION
This method returns a voxel value hyperslab.
RETURN VALUE
miget_voxel_value_hyperslab returns MI_NOERROR if it successfully gets
the hyperslab with specified size and type and MI_ERROR otherwise