OmeroBlitz API
Home Previous Up Next Index

omero::grid::MaskColumn

Overview

class MaskColumn extends Column

Column requiring special handling.

Data Member Index

imageId
theZ
theT
x
y
w
h
bytes

Data Members

api::LongArray imageId;

api::IntegerArray theZ;

api::IntegerArray theT;

api::DoubleArray x;

api::DoubleArray y;

api::DoubleArray w;

api::DoubleArray h;

api::ByteArrayArray bytes;


Home Previous Up Next Index