Package omero.api

Class Callback_RawPixelsStore_findMinMax

  • All Implemented Interfaces:
    Ice.TwowayCallback, Ice.TwowayCallbackArg1<java.util.Map<java.lang.Integer,​double[]>>, Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Integer,​double[]>>

    public abstract class Callback_RawPixelsStore_findMinMax
    extends IceInternal.TwowayCallback
    implements Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Integer,​double[]>>
    Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void __completed​(Ice.AsyncResult __result)  
      • Methods inherited from class IceInternal.TwowayCallback

        __hasSentCallback, __sent, exception, sent
      • Methods inherited from class IceInternal.CallbackBase

        check
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface Ice.TwowayCallback

        exception, exception
      • Methods inherited from interface Ice.TwowayCallbackArg1

        response
      • Methods inherited from interface Ice.TwowayCallbackArg1UE

        exception
    • Constructor Detail

      • Callback_RawPixelsStore_findMinMax

        public Callback_RawPixelsStore_findMinMax()
    • Method Detail

      • __completed

        public final void __completed​(Ice.AsyncResult __result)
        Specified by:
        __completed in class IceInternal.CallbackBase