OmeroBlitz API
Home Previous Up Next Index

omero::romio::PlaneDefWithMasks

Overview

class PlaneDefWithMasks extends PlaneDef

Extends PlaneDef by an option to toggle server side Mask rendering. By default all masks attached to the image fulfilling rendering criteria, will be rendered. This criteria is currently masks with a width and height equal to those of the image.

Data Member Index

shapeIds
Optional (currently unimplemented) list of Masks to render.

Data Members

api::LongList shapeIds;

Optional (currently unimplemented) list of Masks to render.


Home Previous Up Next Index