|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RawPixelsStoreService
Method Summary | |
---|---|
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 |
int |
getPlaneSize(long pixelsId)
Get the plane size of the current image. |
int |
getRowSize(long pixelsId)
Get the plane size of the current image. |
int |
getStackSize(long pixelsId)
Get the stack size of the current image. |
int |
getTimepointSize(long pixelsId)
Get the timepoint size of the current image. |
int |
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. |
Method Detail |
---|
int getPlaneSize(long pixelsId) throws omero.ServerError
pixelsId
- the pixelsId of the image.
DSOutOfServiceException
omero.ServerError
int 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
int getStackSize(long pixelsId) throws omero.ServerError
pixelsId
- the pixelsId of the image.
DSOutOfServiceException
omero.ServerError
int 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
- timepoint
DSOutOfServiceException
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.