public class RawPixelsStoreI extends AbstractPyramidServant implements omero.api._RawPixelsStoreOperations
RawPixelsStore
RESOLUTION_DESCRIPTIONS
Constructor and Description |
---|
RawPixelsStoreI(RawPixelsStore service,
BlitzExecutor be) |
Modifier and Type | Method and Description |
---|---|
void |
calculateMessageDigest_async(omero.api.AMD_RawPixelsStore_calculateMessageDigest __cb,
Ice.Current __current) |
void |
findMinMax_async(omero.api.AMD_RawPixelsStore_findMinMax __cb,
int[] channels,
Ice.Current __current) |
void |
getByteWidth_async(omero.api.AMD_RawPixelsStore_getByteWidth __cb,
Ice.Current __current) |
void |
getCol_async(omero.api.AMD_RawPixelsStore_getCol __cb,
int x,
int z,
int c,
int t,
Ice.Current __current) |
void |
getHistogram_async(omero.api.AMD_RawPixelsStore_getHistogram __cb,
int[] channels,
int binCount,
boolean globalRange,
omero.romio.PlaneDef plane,
Ice.Current __current) |
void |
getHypercube_async(omero.api.AMD_RawPixelsStore_getHypercube __cb,
java.util.List<java.lang.Integer> offset,
java.util.List<java.lang.Integer> size,
java.util.List<java.lang.Integer> step,
Ice.Current __current) |
void |
getPixelsId_async(omero.api.AMD_RawPixelsStore_getPixelsId __cb,
Ice.Current __current) |
void |
getPixelsPath_async(omero.api.AMD_RawPixelsStore_getPixelsPath __cb,
Ice.Current __current) |
void |
getPlane_async(omero.api.AMD_RawPixelsStore_getPlane __cb,
int z,
int c,
int t,
Ice.Current __current) |
void |
getPlaneOffset_async(omero.api.AMD_RawPixelsStore_getPlaneOffset __cb,
int z,
int c,
int t,
Ice.Current __current) |
void |
getPlaneRegion_async(omero.api.AMD_RawPixelsStore_getPlaneRegion __cb,
int z,
int c,
int t,
int size,
int offset,
Ice.Current __current) |
void |
getPlaneSize_async(omero.api.AMD_RawPixelsStore_getPlaneSize __cb,
Ice.Current __current) |
void |
getRegion_async(omero.api.AMD_RawPixelsStore_getRegion __cb,
int size,
long offset,
Ice.Current __current) |
void |
getRow_async(omero.api.AMD_RawPixelsStore_getRow __cb,
int y,
int z,
int c,
int t,
Ice.Current __current) |
void |
getRowOffset_async(omero.api.AMD_RawPixelsStore_getRowOffset __cb,
int y,
int z,
int c,
int t,
Ice.Current __current) |
void |
getRowSize_async(omero.api.AMD_RawPixelsStore_getRowSize __cb,
Ice.Current __current) |
void |
getStack_async(omero.api.AMD_RawPixelsStore_getStack __cb,
int c,
int t,
Ice.Current __current) |
void |
getStackOffset_async(omero.api.AMD_RawPixelsStore_getStackOffset __cb,
int c,
int t,
Ice.Current __current) |
void |
getStackSize_async(omero.api.AMD_RawPixelsStore_getStackSize __cb,
Ice.Current __current) |
void |
getTile_async(omero.api.AMD_RawPixelsStore_getTile __cb,
int z,
int c,
int t,
int x,
int y,
int w,
int h,
Ice.Current __current) |
void |
getTimepoint_async(omero.api.AMD_RawPixelsStore_getTimepoint __cb,
int t,
Ice.Current __current) |
void |
getTimepointOffset_async(omero.api.AMD_RawPixelsStore_getTimepointOffset __cb,
int t,
Ice.Current __current) |
void |
getTimepointSize_async(omero.api.AMD_RawPixelsStore_getTimepointSize __cb,
Ice.Current __current) |
void |
getTotalSize_async(omero.api.AMD_RawPixelsStore_getTotalSize __cb,
Ice.Current __current) |
void |
isFloat_async(omero.api.AMD_RawPixelsStore_isFloat __cb,
Ice.Current __current) |
void |
isSigned_async(omero.api.AMD_RawPixelsStore_isSigned __cb,
Ice.Current __current) |
void |
prepare_async(omero.api.AMD_RawPixelsStore_prepare __cb,
java.util.List<java.lang.Long> pixelsIds,
Ice.Current __current) |
void |
save_async(omero.api.AMD_RawPixelsStore_save __cb,
Ice.Current __current) |
void |
setPixelsId_async(omero.api.AMD_RawPixelsStore_setPixelsId __cb,
long pixelsId,
boolean bypassOriginalFile,
Ice.Current __current) |
void |
setPlane_async(omero.api.AMD_RawPixelsStore_setPlane __cb,
byte[] buf,
int z,
int c,
int t,
Ice.Current __current) |
void |
setRegion_async(omero.api.AMD_RawPixelsStore_setRegion __cb,
int size,
long offset,
byte[] buffer,
Ice.Current __current) |
void |
setRow_async(omero.api.AMD_RawPixelsStore_setRow __cb,
byte[] buf,
int y,
int z,
int c,
int t,
Ice.Current __current) |
void |
setStack_async(omero.api.AMD_RawPixelsStore_setStack __cb,
byte[] buf,
int z,
int c,
int t,
Ice.Current __current) |
void |
setTile_async(omero.api.AMD_RawPixelsStore_setTile __cb,
byte[] buf,
int z,
int c,
int t,
int x,
int y,
int w,
int h,
Ice.Current __current) |
void |
setTimepoint_async(omero.api.AMD_RawPixelsStore_setTimepoint __cb,
byte[] buf,
int t,
Ice.Current __current) |
getResolutionDescriptions_async, getResolutionLevel_async, getResolutionLevels_async, getTileSize_async, postClose, preClose, requiresPixelsPyramid_async, setResolutionLevel_async
close_async, close
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RawPixelsStoreI(RawPixelsStore service, BlitzExecutor be)
public void calculateMessageDigest_async(omero.api.AMD_RawPixelsStore_calculateMessageDigest __cb, Ice.Current __current) throws omero.ServerError
calculateMessageDigest_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getByteWidth_async(omero.api.AMD_RawPixelsStore_getByteWidth __cb, Ice.Current __current) throws omero.ServerError
getByteWidth_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getPlaneOffset_async(omero.api.AMD_RawPixelsStore_getPlaneOffset __cb, int z, int c, int t, Ice.Current __current) throws omero.ServerError
getPlaneOffset_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getPlaneRegion_async(omero.api.AMD_RawPixelsStore_getPlaneRegion __cb, int z, int c, int t, int size, int offset, Ice.Current __current) throws omero.ServerError
getPlaneRegion_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getPlaneSize_async(omero.api.AMD_RawPixelsStore_getPlaneSize __cb, Ice.Current __current) throws omero.ServerError
getPlaneSize_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getPlane_async(omero.api.AMD_RawPixelsStore_getPlane __cb, int z, int c, int t, Ice.Current __current) throws omero.ServerError
getPlane_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getHypercube_async(omero.api.AMD_RawPixelsStore_getHypercube __cb, java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, Ice.Current __current) throws omero.ServerError
getHypercube_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getRegion_async(omero.api.AMD_RawPixelsStore_getRegion __cb, int size, long offset, Ice.Current __current) throws omero.ServerError
getRegion_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getRowOffset_async(omero.api.AMD_RawPixelsStore_getRowOffset __cb, int y, int z, int c, int t, Ice.Current __current) throws omero.ServerError
getRowOffset_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getRowSize_async(omero.api.AMD_RawPixelsStore_getRowSize __cb, Ice.Current __current) throws omero.ServerError
getRowSize_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getRow_async(omero.api.AMD_RawPixelsStore_getRow __cb, int y, int z, int c, int t, Ice.Current __current) throws omero.ServerError
getRow_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getStackOffset_async(omero.api.AMD_RawPixelsStore_getStackOffset __cb, int c, int t, Ice.Current __current) throws omero.ServerError
getStackOffset_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getStackSize_async(omero.api.AMD_RawPixelsStore_getStackSize __cb, Ice.Current __current) throws omero.ServerError
getStackSize_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getStack_async(omero.api.AMD_RawPixelsStore_getStack __cb, int c, int t, Ice.Current __current) throws omero.ServerError
getStack_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getTimepointOffset_async(omero.api.AMD_RawPixelsStore_getTimepointOffset __cb, int t, Ice.Current __current) throws omero.ServerError
getTimepointOffset_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getTimepointSize_async(omero.api.AMD_RawPixelsStore_getTimepointSize __cb, Ice.Current __current) throws omero.ServerError
getTimepointSize_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getTimepoint_async(omero.api.AMD_RawPixelsStore_getTimepoint __cb, int t, Ice.Current __current) throws omero.ServerError
getTimepoint_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getTotalSize_async(omero.api.AMD_RawPixelsStore_getTotalSize __cb, Ice.Current __current) throws omero.ServerError
getTotalSize_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void isFloat_async(omero.api.AMD_RawPixelsStore_isFloat __cb, Ice.Current __current) throws omero.ServerError
isFloat_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void isSigned_async(omero.api.AMD_RawPixelsStore_isSigned __cb, Ice.Current __current) throws omero.ServerError
isSigned_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void setPixelsId_async(omero.api.AMD_RawPixelsStore_setPixelsId __cb, long pixelsId, boolean bypassOriginalFile, Ice.Current __current) throws omero.ServerError
setPixelsId_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getPixelsId_async(omero.api.AMD_RawPixelsStore_getPixelsId __cb, Ice.Current __current) throws omero.ServerError
getPixelsId_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getPixelsPath_async(omero.api.AMD_RawPixelsStore_getPixelsPath __cb, Ice.Current __current) throws omero.ServerError
getPixelsPath_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void prepare_async(omero.api.AMD_RawPixelsStore_prepare __cb, java.util.List<java.lang.Long> pixelsIds, Ice.Current __current) throws omero.ServerError
prepare_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void setPlane_async(omero.api.AMD_RawPixelsStore_setPlane __cb, byte[] buf, int z, int c, int t, Ice.Current __current) throws omero.ServerError
setPlane_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void setRegion_async(omero.api.AMD_RawPixelsStore_setRegion __cb, int size, long offset, byte[] buffer, Ice.Current __current) throws omero.ServerError
setRegion_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void setRow_async(omero.api.AMD_RawPixelsStore_setRow __cb, byte[] buf, int y, int z, int c, int t, Ice.Current __current) throws omero.ServerError
setRow_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void setStack_async(omero.api.AMD_RawPixelsStore_setStack __cb, byte[] buf, int z, int c, int t, Ice.Current __current) throws omero.ServerError
setStack_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void setTimepoint_async(omero.api.AMD_RawPixelsStore_setTimepoint __cb, byte[] buf, int t, Ice.Current __current) throws omero.ServerError
setTimepoint_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getHistogram_async(omero.api.AMD_RawPixelsStore_getHistogram __cb, int[] channels, int binCount, boolean globalRange, omero.romio.PlaneDef plane, Ice.Current __current) throws omero.ServerError
getHistogram_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void findMinMax_async(omero.api.AMD_RawPixelsStore_findMinMax __cb, int[] channels, Ice.Current __current) throws omero.ServerError
findMinMax_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getCol_async(omero.api.AMD_RawPixelsStore_getCol __cb, int x, int z, int c, int t, Ice.Current __current) throws omero.ServerError
getCol_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void save_async(omero.api.AMD_RawPixelsStore_save __cb, Ice.Current __current) throws omero.ServerError
save_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void getTile_async(omero.api.AMD_RawPixelsStore_getTile __cb, int z, int c, int t, int x, int y, int w, int h, Ice.Current __current) throws omero.ServerError
getTile_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
public void setTile_async(omero.api.AMD_RawPixelsStore_setTile __cb, byte[] buf, int z, int c, int t, int x, int y, int w, int h, Ice.Current __current) throws omero.ServerError
setTile_async
in interface omero.api._RawPixelsStoreOperations
omero.ServerError
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.