Version: 5.4.9-ice35-b101

OmeroBlitz API
Home Previous Up Next Index

omero::cmd::FindPyramidsResponse

Overview

class FindPyramidsResponse extends Response

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