Changeset 2608
- Timestamp:
- 07/07/08 22:41:15 (7 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
r2607 r2608 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 render AsPackedInt(int algorithm, int timepoint, int stepping, int start, int end) throws ServerError;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 395 Ice::ByteSeq renderProjectedCompressed(int algorithm int timepoint, int stepping, int start, int end) throws ServerError;
