Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::RoiAnnotationLink
Overview
[ "protected" ] class RoiAnnotationLink extends
IObject
Used By
RoiAnnotationLinksSeq
Roi::addRoiAnnotationLink
Roi::addRoiAnnotationLinkToBoth
Roi::linkAnnotation
Roi::removeRoiAnnotationLink
Roi::removeRoiAnnotationLinkFromBoth
Operation Index
getVersion
setVersion
getParent
setParent
getChild
setChild
link
Data Member Index
version
parent
child
Operations
RInt
getVersion()
void setVersion(
RInt
theVersion)
Roi
getParent()
void setParent(
Roi
theParent)
Annotation
getChild()
void setChild(
Annotation
theChild)
void link(
Roi
theParent,
Annotation
theChild)
Data Members
RInt
version;
Roi
parent;
Annotation
child;
Home
Previous
Up
Next
Index