OmeroBlitz API
Home Previous Up Next Index

omero::api::RoiOptions

Overview

class RoiOptions

Specifies filters used when querying the ROIs.

Used By

IRoi::findByImage
IRoi::findByPlane
IRoi::findByRoi
IRoi::getMeasuredRois
IRoi::getMeasuredRoisMap
IRoi::getRoiMeasurements
RoiResult::opts

Data Member Index

shapes
limit
offset
userId
groupId

Data Members

StringSet shapes;

RInt limit;

RInt offset;

RLong userId;

RLong groupId;


Home Previous Up Next Index