next up previous contents
Next: miset_voxel_value_hyperslab Up: HYPERSLAB FUNCTIONS (8) Previous: miset_real_value_hyperslab   Contents

miget_voxel_value_hyperslab

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



Robert VINCENT 2005-03-09