Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::ImageAnnotationLink
Overview
[ "protected" ] class ImageAnnotationLink extends
IObject
Used By
ImageAnnotationLinksSeq
Image::addImageAnnotationLink
Image::addImageAnnotationLinkToBoth
Image::linkAnnotation
Image::removeImageAnnotationLink
Image::removeImageAnnotationLinkFromBoth
Operation Index
getVersion
setVersion
getParent
setParent
getChild
setChild
link
Data Member Index
version
parent
child
Operations
RInt
getVersion()
void setVersion(
RInt
theVersion)
Image
getParent()
void setParent(
Image
theParent)
Annotation
getChild()
void setChild(
Annotation
theChild)
void link(
Image
theParent,
Annotation
theChild)
Data Members
RInt
version;
Image
parent;
Annotation
child;
Home
Previous
Up
Next
Index