Package omero.api
Interface AMD_IPixels_retrievePixDescription
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IPixels_retrievePixDescription extends Ice.AMDCallback
Retrieves the pixels metadata. The following objects are pre-linked:- pixels.pixelsType
- pixels.pixelsDimensions
- pixels.channels
- pixels.channnels.statsInfo
- pixels.channnels.colorComponent
- pixels.channnels.logicalChannel
- pixels.channnels.logicalChannel.photometricInterpretation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(Pixels __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(Pixels __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) Pixels object which matchesid
.
-
-