Package | Description |
---|---|
omero.gateway.facility | |
omero.gateway.rnd |
Modifier and Type | Method and Description |
---|---|
Plane2D |
RawDataFacility.getPlane(SecurityContext ctx,
PixelsData pixels,
int z,
int t,
int c)
Extracts a 2D plane from the pixels set.
|
Plane2D |
RawDataFacility.getPlane(SecurityContext ctx,
PixelsData pixels,
int z,
int t,
int c,
boolean close)
Deprecated.
Use getPlane(SecurityContext, PixelsData, z, t, c) instead
|
Plane2D |
RawDataFacility.getTile(SecurityContext ctx,
PixelsData pixels,
int z,
int t,
int c,
int x,
int y,
int w,
int h)
Extracts a 2D tile from the pixels set
|
Modifier and Type | Method and Description |
---|---|
Plane2D |
DataSink.getPlane(int z,
int t,
int c)
Extracts a 2D plane from the pixels set this object is working for.
|
Plane2D |
DataSink.getTile(int z,
int t,
int c,
int x,
int y,
int w,
int h)
Extracts a 2D tile from the pixels set this object is working for.
|
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.