Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::ChannelAnnotationLink
Overview
[ "protected" ] class ChannelAnnotationLink extends
IObject
Used By
ChannelAnnotationLinksSeq
Channel::addChannelAnnotationLink
Channel::addChannelAnnotationLinkToBoth
Channel::linkAnnotation
Channel::removeChannelAnnotationLink
Channel::removeChannelAnnotationLinkFromBoth
Operation Index
getVersion
setVersion
getParent
setParent
getChild
setChild
link
Data Member Index
version
parent
child
Operations
RInt
getVersion()
void setVersion(
RInt
theVersion)
Channel
getParent()
void setParent(
Channel
theParent)
Annotation
getChild()
void setChild(
Annotation
theChild)
void link(
Channel
theParent,
Annotation
theChild)
Data Members
RInt
version;
Channel
parent;
Annotation
child;
Home
Previous
Up
Next
Index