Package omero.api
Interface AMD_RawPixelsStore_getPlaneRegion
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_RawPixelsStore_getPlaneRegion extends Ice.AMDCallback
Retrieves a region from a given plane from this pixel store.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(byte[] __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(byte[] __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) buffer containing the data which comprises the region of the given 2D image plane. It is guaranteed that this buffer will have been byte swapped.
-
-