Changeset 2609
- Timestamp:
- 07/08/08 08:14:36 (8 weeks 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
r2608 r2609 393 393 Ice::IntSeq renderProjectedAsPackedInt(int algorithm, int timepoint, int stepping, int start, int end) throws ServerError; 394 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;395 Ice::ByteSeq renderProjectedCompressed(int algorithm, int timepoint, int stepping, int start, int end) throws ServerError; 396 396 void lookupPixels(long pixelsId) throws ServerError; 397 397 bool lookupRenderingDef(long pixelsId) throws ServerError;
