next up previous contents
Next: miget_dimension_start/miset_dimension_start Up: DIMENSION FUNCTIONS (39) Previous: miget_dimension_size/miset_dimension_size   Contents

miget_dimension_sizes

NAME

miget_dimension_sizes - retrieve the sizes of an array of dimension handles

SYNOPSIS

#include <minc2.h>

int miget_dimension_sizes ( const midimhandle_t         dimensions[],
                            int                         array_length,
                            unsigned long               sizes[] );

DESCRIPTION

This function will copy the lengths of each of the dimensions listed in the
"dimensions[]" array into the "sizes[]" array.  The parameter "array_length"
specifies the length of both of the arrays.

RETURN VALUE

Returns MI_NOERROR on success, or MI_ERROR on failure.

SEE ALSO

miget_dimension_size, miset_dimension_size



Robert VINCENT 2005-03-09