MImage_setReal32 (C Function)
  
        
      
sets a single element of an MImage of MImage_Type_Real32 type.
Details
   
     
   Examples  
  Basic Examples  
   Tech Notes
 LibraryLink`
  MImage_setReal32 (C Function)
       
     
sets a single element of an MImage of MImage_Type_Real32 type.
Details
- Used in C/C++ code in a library function called from the Wolfram Language.
- Uses the same numbering scheme as the Wolfram Language parts, i.e. the first element is 1.
- The array  is assumed to have length at least equal to the rank of is assumed to have length at least equal to the rank of . .
- In 2D, the first two elements of  are assumed to be {row,column}. are assumed to be {row,column}.
- In 3D, the first three elements of  are assumed to be {slice,row,column}. are assumed to be {slice,row,column}.
- A nonzero error code value will be returned if the element does not exist or if  is not an MImage of MImage_Type_Real32 type. is not an MImage of MImage_Type_Real32 type.