OmeroBlitz API
Home Previous Up Next Index

omero::cmd::FindPyramidsResponse

Overview

class FindPyramidsResponse extends OK

Returns the image Ids corresponding to the pyramid files. A FindPyramidsResponse will be returned under normal conditions, otherwise a ERR will be returned.

Data Member Index

pyramidFiles
The image IDs corresponding to the pyramid

Data Members

api::LongList pyramidFiles;

The image IDs corresponding to the pyramid


Home Previous Up Next Index