next up previous contents
Next: micopy_dimension Up: DIMENSION FUNCTIONS (39) Previous: DIMENSION FUNCTIONS (39)   Contents

miget_volume_from_dimension

NAME 

miget_volume_from_dimension - to figure out whether a dimensions is
associated with a volume or not

SYNOPSIS

#include <minc2.h>

int miget_volume_from_dimension ( midimhandle_t         dimension,
                                  mihandle_t            *volume)
                                
DESCRIPTION

This method returns the volume handle associated with a given dimension.


RETURN VALUE

miget_volume_from_dimension returns MI_ERROR if the specified handle
is not associated with the volume and MI_NOERROR otherwise.



Robert VINCENT 2005-03-09