Changeset 2607
- Timestamp:
- 07/07/08 21:45:41 (3 months ago)
- Files:
-
- 1 modified
-
trunk/components/blitz/resources/omero/API.ice (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/blitz/resources/omero/API.ice
r2593 r2607 391 391 omero::romio::RGBBuffer render(omero::romio::PlaneDef def) throws ServerError; 392 392 Ice::IntSeq renderAsPackedInt(omero::romio::PlaneDef def) throws ServerError; 393 Ice::IntSeq renderAsPackedInt(int algorithm, int timepoint, int stepping, int start, int end) throws ServerError; 393 394 Ice::ByteSeq renderCompressed(omero::romio::PlaneDef def) throws ServerError; 395 Ice::ByteSeq renderProjectedCompressed(int algorithm int timepoint, int stepping, int start, int end) throws ServerError; 394 396 void lookupPixels(long pixelsId) throws ServerError; 395 397 bool lookupRenderingDef(long pixelsId) throws ServerError;
