NAME
miflush_from_resolution - compute all resolutions
SYNOPSIS
#include <minc2.h>
int miflush_from_resolution ( mihandle_t volume,
int depth)
DESCRIPTION
This method sets the the resolution level (depth) to the parameter
provided and computes all the other resolutions.
RETURN VALUE
miflush_from_resolution returns MI_NOERROR if it successfully computes
all the resolutions from the data or MI_ERROR otherwise.