public interface RawPixelsStoreService
Modifier and Type | Method and Description |
---|---|
int |
getByteWidth(long pixelsId)
Get the bytewidth of the image
|
byte[] |
getPlane(long pixelsId,
int z,
int c,
int t)
get bytes to the plane c, t, z
|
long |
getPlaneSize(long pixelsId)
Get the plane size of the current image.
|
int |
getRowSize(long pixelsId)
Get the plane size of the current image.
|
long |
getStackSize(long pixelsId)
Get the stack size of the current image.
|
long |
getTimepointSize(long pixelsId)
Get the timepoint size of the current image.
|
long |
getTotalSize(long pixelsId)
Get the total size of the current image.
|
boolean |
isFloat(long pixelsId)
Are the bytes in the image floats.
|
boolean |
isSigned(long pixelsId)
Are the bytes in the image signed.
|
void |
setPlane(long pixelsId,
byte[] buf,
int z,
int c,
int t)
set the plane at z, c, t to the bytes of buf.
|
long getPlaneSize(long pixelsId) throws omero.ServerError
pixelsId
- the pixelsId of the image.DSOutOfServiceException
omero.ServerError
long getTotalSize(long pixelsId) throws omero.ServerError
pixelsId
- the pixelsId of the image.DSOutOfServiceException
omero.ServerError
int getRowSize(long pixelsId) throws omero.ServerError
pixelsId
- the pixelsId of the image.DSOutOfServiceException
omero.ServerError
long getStackSize(long pixelsId) throws omero.ServerError
pixelsId
- the pixelsId of the image.DSOutOfServiceException
omero.ServerError
long getTimepointSize(long pixelsId) throws omero.ServerError
pixelsId
- the pixelsId of the image.DSOutOfServiceException
omero.ServerError
byte[] getPlane(long pixelsId, int z, int c, int t) throws omero.ServerError
pixelsId
- the pixelsId of the image.z
- see above.c
- see above.t
- the bytes.DSOutOfServiceException
omero.ServerError
void setPlane(long pixelsId, byte[] buf, int z, int c, int t) throws omero.ServerError
pixelsId
- the pixelsId of the image.buf
- bytes of the plane.z
- z sectionc
- channelt
- timepointDSOutOfServiceException
omero.ServerError
int getByteWidth(long pixelsId) throws omero.ServerError
pixelsId
- the pixelsId of the image.DSOutOfServiceException
omero.ServerError
boolean isSigned(long pixelsId) throws omero.ServerError
pixelsId
- the pixelsId of the image.DSOutOfServiceException
omero.ServerError
boolean isFloat(long pixelsId) throws omero.ServerError
pixelsId
- the pixelsId of the image.DSOutOfServiceException
omero.ServerError
Version: 4.4.12-ice34-b116
Copyright © 2014 The University of Dundee & Open Microscopy Environment. All Rights Reserved.