Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::grid::ImportResponse

Overview

class ImportResponse extends cmd::Response

Successful response returned from execution of ImportRequest. This is the simplest way to return the results, but is likely not the overall best strategy.

Data Member Index

pixels
objects
Top-level OME-XML objects which are created during the import.

Data Members

api::PixelsList pixels;

api::IObjectList objects;

Top-level OME-XML objects which are created during the import. This will not contain any pixels which were imported, but images, plates, etc. which may be useful for user feedback.


Home Previous Up Next Index