Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::api::IPixels

Overview

[ "ami", "amd" ] interface IPixels extends ServiceInterface

See IPixels.html

Operation Index

retrievePixDescription
retrieveRndSettings
retrieveRndSettingsFor
retrieveAllRndSettings
loadRndSettings
saveRndSettings
getBitDepth
getEnumeration
getAllEnumerations
copyAndResizePixels
copyAndResizeImage
createImage
setChannelGlobalMinMax

Operations

model::Pixels retrievePixDescription(long pixId) throws ServerError

model::RenderingDef retrieveRndSettings(long pixId) throws ServerError

model::RenderingDef retrieveRndSettingsFor(long pixId, long userId) throws ServerError

IObjectList retrieveAllRndSettings(long pixId, long userId) throws ServerError

model::RenderingDef loadRndSettings(long renderingSettingsId) throws ServerError

void saveRndSettings(model::RenderingDef rndSettings) throws ServerError

int getBitDepth(model::PixelsType type) throws ServerError

model::IObject getEnumeration(string enumClass, string value) throws ServerError

IObjectList getAllEnumerations(string enumClass) throws ServerError

RLong copyAndResizePixels(long pixelsId, RInt sizeX, RInt sizeY, RInt sizeZ, RInt sizeT, sys::IntList channelList, string methodology, bool copyStats) throws ServerError

RLong copyAndResizeImage(long imageId, RInt sizeX, RInt sizeY, RInt sizeZ, RInt sizeT, sys::IntList channelList, string methodology, bool copyStats) throws ServerError

RLong createImage(int sizeX, int sizeY, int sizeZ, int sizeT, sys::IntList channelList, model::PixelsType pixelsType, string name, string description) throws ServerError

void setChannelGlobalMinMax(long pixelsId, int channelIndex, double min, double max) throws ServerError


Home Previous Up Next Index