next up previous contents
Next: miconvert_spatial_origin_to_start Up: VOXEL/REAL FUNCTIONS (16) Previous: miget_real_value   Contents

miset_real_value

NAME

miset_real_value - set the scaled value of a particular position 
in the MINC volume.

SYNOPSIS

#include <minc2.h>


int miset_real_value( mihandle_t                volume,
                      const unsigned long       location[],
                      int                       array_length,
                      double                    value );

DESCRIPTION

This function sets the  real value of a position in the MINC
volume. The "real" value is the value at the given location 
after scaling has been applied.

RETURN VALUE

Returns MI_NOERROR on success, MI_ERROR on failure.



Robert VINCENT 2005-03-09