public class RawPixelsStoreI extends AbstractPyramidServant implements _RawPixelsStoreOperations
RawPixelsStore
RESOLUTION_DESCRIPTIONS
Constructor and Description |
---|
RawPixelsStoreI(ome.api.RawPixelsStore service,
BlitzExecutor be) |
Modifier and Type | Method and Description |
---|---|
void |
calculateMessageDigest_async(AMD_RawPixelsStore_calculateMessageDigest __cb,
Ice.Current __current)
Calculates a SHA-1 message digest for the entire pixel store.
|
void |
findMinMax_async(AMD_RawPixelsStore_findMinMax __cb,
int[] channels,
Ice.Current __current)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.
|
void |
getByteWidth_async(AMD_RawPixelsStore_getByteWidth __cb,
Ice.Current __current)
Returns the byte width for the pixel store.
|
void |
getCol_async(AMD_RawPixelsStore_getCol __cb,
int x,
int z,
int c,
int t,
Ice.Current __current)
Retrieves a particular column from this pixel store.
|
void |
getHistogram_async(AMD_RawPixelsStore_getHistogram __cb,
int[] channels,
int binCount,
boolean globalRange,
PlaneDef plane,
Ice.Current __current)
Retrieves the histogram data for the specified plane and channels.
|
void |
getHypercube_async(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)
Retrieves a n-dimensional block from this pixel store.
|
void |
getPixelsId_async(AMD_RawPixelsStore_getPixelsId __cb,
Ice.Current __current)
Returns the current Pixels set identifier.
|
void |
getPixelsPath_async(AMD_RawPixelsStore_getPixelsPath __cb,
Ice.Current __current)
Returns the current Pixels path.
|
void |
getPlane_async(AMD_RawPixelsStore_getPlane __cb,
int z,
int c,
int t,
Ice.Current __current)
Retrieves a particular 2D image plane from this pixel store.
|
void |
getPlaneOffset_async(AMD_RawPixelsStore_getPlaneOffset __cb,
int z,
int c,
int t,
Ice.Current __current)
Retrieves the offset for a particular 2D image plane in this pixel
store.
|
void |
getPlaneRegion_async(AMD_RawPixelsStore_getPlaneRegion __cb,
int z,
int c,
int t,
int size,
int offset,
Ice.Current __current)
Retrieves a region from a given plane from this pixel store.
|
void |
getPlaneSize_async(AMD_RawPixelsStore_getPlaneSize __cb,
Ice.Current __current)
Retrieves the in memory size of a 2D image plane in this
pixel store.
|
void |
getRegion_async(AMD_RawPixelsStore_getRegion __cb,
int size,
long offset,
Ice.Current __current)
Retrieves a region from this pixel store.
|
void |
getRow_async(AMD_RawPixelsStore_getRow __cb,
int y,
int z,
int c,
int t,
Ice.Current __current)
Retrieves a particular row or scanline from this pixel store.
|
void |
getRowOffset_async(AMD_RawPixelsStore_getRowOffset __cb,
int y,
int z,
int c,
int t,
Ice.Current __current)
Retrieves the offset for a particular row or scanline in
this pixel store.
|
void |
getRowSize_async(AMD_RawPixelsStore_getRowSize __cb,
Ice.Current __current)
Retrieves the in memory size of a row or scanline of pixels
in this pixel store.
|
void |
getStack_async(AMD_RawPixelsStore_getStack __cb,
int c,
int t,
Ice.Current __current)
Retrieves the the entire number of optical sections for a single
wavelength or channel at a particular timepoint in this pixel store.
|
void |
getStackOffset_async(AMD_RawPixelsStore_getStackOffset __cb,
int c,
int t,
Ice.Current __current)
Retrieves the offset for the entire number of optical
sections for a single wavelength or channel at a
particular timepoint in this pixel store.
|
void |
getStackSize_async(AMD_RawPixelsStore_getStackSize __cb,
Ice.Current __current)
Retrieves the in memory size of the entire number of
optical sections for a single wavelength or channel
at a particular timepoint in this pixel store.
|
void |
getTile_async(AMD_RawPixelsStore_getTile __cb,
int z,
int c,
int t,
int x,
int y,
int w,
int h,
Ice.Current __current)
Retrieves a tile from this pixel buffer.
|
void |
getTimepoint_async(AMD_RawPixelsStore_getTimepoint __cb,
int t,
Ice.Current __current)
Retrieves the entire number of optical sections for all
wavelengths or channels at a particular timepoint in this pixel store.
|
void |
getTimepointOffset_async(AMD_RawPixelsStore_getTimepointOffset __cb,
int t,
Ice.Current __current)
Retrieves the in memory size of the entire number of
optical sections for all wavelengths or channels at
a particular timepoint in this pixel store.
|
void |
getTimepointSize_async(AMD_RawPixelsStore_getTimepointSize __cb,
Ice.Current __current)
Retrieves the in memory size of the entire number of
optical sections for all wavelengths or channels at
a particular timepoint in this pixel store.
|
void |
getTotalSize_async(AMD_RawPixelsStore_getTotalSize __cb,
Ice.Current __current)
Retrieves the in memory size of the entire pixel store.
|
void |
isFloat_async(AMD_RawPixelsStore_isFloat __cb,
Ice.Current __current)
Returns whether or not the pixel buffer has floating point pixels.
|
void |
isSigned_async(AMD_RawPixelsStore_isSigned __cb,
Ice.Current __current)
Returns whether or not the pixel store has signed pixels.
|
void |
prepare_async(AMD_RawPixelsStore_prepare __cb,
java.util.List<java.lang.Long> pixelsIds,
Ice.Current __current)
Prepares the stateful service with a cache of loaded Pixels
objects.
|
void |
save_async(AMD_RawPixelsStore_save __cb,
Ice.Current __current)
Save the current state of the pixels, updating the SHA1.
|
void |
setPixelsId_async(AMD_RawPixelsStore_setPixelsId __cb,
long pixelsId,
boolean bypassOriginalFile,
Ice.Current __current)
Initializes the stateful service for a given Pixels set.
|
void |
setPlane_async(AMD_RawPixelsStore_setPlane __cb,
byte[] buf,
int z,
int c,
int t,
Ice.Current __current)
Sets a particular 2D image plane in this pixel store.
|
void |
setRegion_async(AMD_RawPixelsStore_setRegion __cb,
int size,
long offset,
byte[] buffer,
Ice.Current __current)
Sets a region in this pixel buffer.
|
void |
setRow_async(AMD_RawPixelsStore_setRow __cb,
byte[] buf,
int y,
int z,
int c,
int t,
Ice.Current __current)
Sets a particular row or scanline in this pixel store.
|
void |
setStack_async(AMD_RawPixelsStore_setStack __cb,
byte[] buf,
int z,
int c,
int t,
Ice.Current __current)
Sets the entire number of optical sections for a single
wavelength or channel at a particular timepoint in this pixel store.
|
void |
setTile_async(AMD_RawPixelsStore_setTile __cb,
byte[] buf,
int z,
int c,
int t,
int x,
int y,
int w,
int h,
Ice.Current __current)
Sets a tile in this pixel buffer.
|
void |
setTimepoint_async(AMD_RawPixelsStore_setTimepoint __cb,
byte[] buf,
int t,
Ice.Current __current)
Sets the entire number of optical sections for all
wavelengths or channels at a particular timepoint in this pixel store.
|
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
getResolutionDescriptions_async, getResolutionLevel_async, getResolutionLevels_async, getTileSize_async, requiresPixelsPyramid_async, setResolutionLevel_async
activate_async, close_async, getCurrentEventContext_async, passivate_async
public RawPixelsStoreI(ome.api.RawPixelsStore service, BlitzExecutor be)
public void calculateMessageDigest_async(AMD_RawPixelsStore_calculateMessageDigest __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
calculateMessageDigest_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getByteWidth_async(AMD_RawPixelsStore_getByteWidth __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getByteWidth_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getPlaneOffset_async(AMD_RawPixelsStore_getPlaneOffset __cb, int z, int c, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getPlaneOffset_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__current
- The Current object for the invocation.ServerError
public void getPlaneRegion_async(AMD_RawPixelsStore_getPlaneRegion __cb, int z, int c, int t, int size, int offset, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getPlaneRegion_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.offset
- the offset at which to retrieve size
pixels.__current
- The Current object for the invocation.ServerError
public void getPlaneSize_async(AMD_RawPixelsStore_getPlaneSize __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getPlaneSize_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getPlane_async(AMD_RawPixelsStore_getPlane __cb, int z, int c, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getPlane_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.__current
- The Current object for the invocation.ServerError
public void getHypercube_async(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 ServerError
_RawPixelsStoreOperations
getHypercube_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.offset
- offset for each dimension within pixel store.step
- needed of each dimension (dependent on
dimension).__current
- The Current object for the invocation.ServerError
public void getRegion_async(AMD_RawPixelsStore_getRegion __cb, int size, long offset, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getRegion_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.size
- byte width of the region to retrieve.__current
- The Current object for the invocation.ServerError
public void getRowOffset_async(AMD_RawPixelsStore_getRowOffset __cb, int y, int z, int c, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getRowOffset_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.y
- offset across the Y-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.__current
- The Current object for the invocation.ServerError
public void getRowSize_async(AMD_RawPixelsStore_getRowSize __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getRowSize_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getRow_async(AMD_RawPixelsStore_getRow __cb, int y, int z, int c, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getRow_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.y
- offset across the Y-axis of the pixel store.c
- offset across the C-axis of the pixel store.__current
- The Current object for the invocation.ServerError
public void getStackOffset_async(AMD_RawPixelsStore_getStackOffset __cb, int c, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getStackOffset_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.c
- offset across the C-axis of the pixel buffer.__current
- The Current object for the invocation.ServerError
public void getStackSize_async(AMD_RawPixelsStore_getStackSize __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getStackSize_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getStack_async(AMD_RawPixelsStore_getStack __cb, int c, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getStack_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.c
- offset across the C-axis of the pixel store.__current
- The Current object for the invocation.ServerError
public void getTimepointOffset_async(AMD_RawPixelsStore_getTimepointOffset __cb, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getTimepointOffset_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.t
- offset across the T-axis of the pixel buffer.__current
- The Current object for the invocation.ServerError
public void getTimepointSize_async(AMD_RawPixelsStore_getTimepointSize __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getTimepointSize_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getTimepoint_async(AMD_RawPixelsStore_getTimepoint __cb, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getTimepoint_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.t
- offset across the T-axis of the pixel store.__current
- The Current object for the invocation.ServerError
public void getTotalSize_async(AMD_RawPixelsStore_getTotalSize __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getTotalSize_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void isFloat_async(AMD_RawPixelsStore_isFloat __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
isFloat_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void isSigned_async(AMD_RawPixelsStore_isSigned __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
isSigned_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void setPixelsId_async(AMD_RawPixelsStore_setPixelsId __cb, long pixelsId, boolean bypassOriginalFile, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
setPixelsId_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.pixelsId
- Pixels set identifier.__current
- The Current object for the invocation.ServerError
public void getPixelsId_async(AMD_RawPixelsStore_getPixelsId __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getPixelsId_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getPixelsPath_async(AMD_RawPixelsStore_getPixelsPath __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getPixelsPath_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void prepare_async(AMD_RawPixelsStore_prepare __cb, java.util.List<java.lang.Long> pixelsIds, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
prepare_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.pixelsIds
- Pixels IDs to cache.__current
- The Current object for the invocation.ServerError
public void setPlane_async(AMD_RawPixelsStore_setPlane __cb, byte[] buf, int z, int c, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
setPlane_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.buf
- a byte array of the data comprising this 2D image plane.c
- offset across the C-axis of the pixel store.__current
- The Current object for the invocation.ServerError
public void setRegion_async(AMD_RawPixelsStore_setRegion __cb, int size, long offset, byte[] buffer, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
setRegion_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.size
- byte width of the region to set.buffer
- a byte array of the data.
See Read-only caveat under RawPixelsStore
__current
- The Current object for the invocation.ServerError
public void setRow_async(AMD_RawPixelsStore_setRow __cb, byte[] buf, int y, int z, int c, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
setRow_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.buf
- a byte array of the data comprising this row or scanline.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.
See Read-only caveat under RawPixelsStore
__current
- The Current object for the invocation.ServerError
public void setStack_async(AMD_RawPixelsStore_setStack __cb, byte[] buf, int z, int c, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
setStack_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.buf
- a byte array of the data comprising this stack.t
- offset across the T-axis of the pixel store.
See Read-only caveat under RawPixelsStore
__current
- The Current object for the invocation.ServerError
public void setTimepoint_async(AMD_RawPixelsStore_setTimepoint __cb, byte[] buf, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
setTimepoint_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.buf
- a byte array of the data comprising this timepoint.__current
- The Current object for the invocation.ServerError
public void getHistogram_async(AMD_RawPixelsStore_getHistogram __cb, int[] channels, int binCount, boolean globalRange, PlaneDef plane, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getHistogram_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.channels
- the channels to generate the histogram data forplane
- the plane (optional, default: whole region of first z/t plane)__current
- The Current object for the invocation.ServerError
public void findMinMax_async(AMD_RawPixelsStore_findMinMax __cb, int[] channels, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
findMinMax_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.channels
- the channels__current
- The Current object for the invocation.ServerError
public void getCol_async(AMD_RawPixelsStore_getCol __cb, int x, int z, int c, int t, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getCol_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.x
- offset across the X-axis of the pixel store.c
- offset across the C-axis of the pixel store.__current
- The Current object for the invocation.ServerError
public void save_async(AMD_RawPixelsStore_save __cb, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
RawPixelsStore
.
A null instance will be returned if no save was performed.save_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getTile_async(AMD_RawPixelsStore_getTile __cb, int z, int c, int t, int x, int y, int w, int h, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
getTile_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.y
- Top left corner of the tile, Y offset.h
- Height of the tile.__current
- The Current object for the invocation.ServerError
public void setTile_async(AMD_RawPixelsStore_setTile __cb, byte[] buf, int z, int c, int t, int x, int y, int w, int h, Ice.Current __current) throws ServerError
_RawPixelsStoreOperations
setTile_async
in interface _RawPixelsStoreOperations
__cb
- The callback object for the operation.buf
- A byte array of the data.c
- offset across the C-axis of the pixel buffer.x
- Top left corner of the tile, X offset.w
- Width of the tile.__current
- The Current object for the invocation.ServerError