Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::DichroicAnnotationLink
Overview
[ "protected" ] class DichroicAnnotationLink extends
IObject
Used By
DichroicAnnotationLinksSeq
Dichroic::addDichroicAnnotationLink
Dichroic::addDichroicAnnotationLinkToBoth
Dichroic::linkAnnotation
Dichroic::removeDichroicAnnotationLink
Dichroic::removeDichroicAnnotationLinkFromBoth
Operation Index
getVersion
setVersion
getParent
setParent
getChild
setChild
link
Data Member Index
version
parent
child
Operations
RInt
getVersion()
void setVersion(
RInt
theVersion)
Dichroic
getParent()
void setParent(
Dichroic
theParent)
Annotation
getChild()
void setChild(
Annotation
theChild)
void link(
Dichroic
theParent,
Annotation
theChild)
Data Members
RInt
version;
Dichroic
parent;
Annotation
child;
Home
Previous
Up
Next
Index