Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::api::ThumbnailStore

Overview

[ "ami", "amd" ] interface ThumbnailStore extends StatefulServiceInterface

See ThumbnailStore.html

Operation Index

setPixelsId
isInProgress
setRenderingDefId
getRenderingDefId
getThumbnail
getThumbnailSet
getThumbnailByLongestSideSet
getThumbnailByLongestSide
getThumbnailByLongestSideDirect
getThumbnailDirect
getThumbnailForSectionDirect
getThumbnailForSectionByLongestSideDirect
createThumbnails
createThumbnail
createThumbnailsByLongestSideSet
thumbnailExists
resetDefaults

Operations

bool setPixelsId(long pixelsId) throws ServerError

bool isInProgress() throws ServerError

void setRenderingDefId(long renderingDefId) throws ServerError

long getRenderingDefId() throws ServerError

::Ice::ByteSeq getThumbnail(RInt sizeX, RInt sizeY) throws ServerError

sys::IdByteMap getThumbnailSet(RInt sizeX, RInt sizeY, sys::LongList pixelsIds) throws ServerError

sys::IdByteMap getThumbnailByLongestSideSet(RInt size, sys::LongList pixelsIds) throws ServerError

::Ice::ByteSeq getThumbnailByLongestSide(RInt size) throws ServerError

::Ice::ByteSeq getThumbnailByLongestSideDirect(RInt size) throws ServerError

::Ice::ByteSeq getThumbnailDirect(RInt sizeX, RInt sizeY) throws ServerError

::Ice::ByteSeq getThumbnailForSectionDirect(int theZ, int theT, RInt sizeX, RInt sizeY) throws ServerError

::Ice::ByteSeq getThumbnailForSectionByLongestSideDirect(int theZ, int theT, RInt size) throws ServerError

void createThumbnails() throws ServerError

void createThumbnail(RInt sizeX, RInt sizeY) throws ServerError

void createThumbnailsByLongestSideSet(RInt size, sys::LongList pixelsIds) throws ServerError

bool thumbnailExists(RInt sizeX, RInt sizeY) throws ServerError

void resetDefaults() throws ServerError


Home Previous Up Next Index