Version: Beta-4.1.1-r5927-b91

OmeroBlitz Api
Home Previous Up Next Index

omero::model::ScreenAcquisitionAnnotationLink

Overview

[ "protected" ] class ScreenAcquisitionAnnotationLink extends IObject

Used By

ScreenAcquisitionAnnotationLinksSeq
ScreenAcquisition::addScreenAcquisitionAnnotationLink
ScreenAcquisition::addScreenAcquisitionAnnotationLinkToBoth
ScreenAcquisition::linkAnnotation
ScreenAcquisition::removeScreenAcquisitionAnnotationLink
ScreenAcquisition::removeScreenAcquisitionAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

ScreenAcquisition getParent()

void setParent(ScreenAcquisition theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(ScreenAcquisition theParent, Annotation theChild)

Data Members

RInt version;

ScreenAcquisition parent;

Annotation child;


Home Previous Up Next Index