Version: 5.4.10-ice35-b105

OmeroBlitz API
Home Previous Up Next Index

omero::romio

Overview

module romio

Primitives for working with binary data.

See Also

api::RenderingEngine
api::RawPixelsStore

Class Index

CodomainMapContext
PlaneDef
PlaneDefWithMasks
Extends PlaneDef by an option to toggle server side Mask rendering.
RGBBuffer
RegionDef
ReverseIntensityMapContext
The reverse intensity.

Sequence Index

RGBBands

Constant Index

BlueBand
GreenBand
RedBand
XY
XZ
ZY

Sequences

sequence<::Ice::ByteSeq> RGBBands

Used By

RGBBuffer::bands

Constants

const int BlueBand = 2;
const int GreenBand = 1;
const int RedBand = 0;
const int XY = 0;
const int XZ = 2;
const int ZY = 1;

Home Previous Up Next Index