Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::NodeAnnotationLink
Overview
[ "protected" ] class NodeAnnotationLink extends
IObject
Used By
NodeAnnotationLinksSeq
Node::addNodeAnnotationLink
Node::addNodeAnnotationLinkToBoth
Node::linkAnnotation
Node::removeNodeAnnotationLink
Node::removeNodeAnnotationLinkFromBoth
Operation Index
getVersion
setVersion
getParent
setParent
getChild
setChild
link
Data Member Index
version
parent
child
Operations
RInt
getVersion()
void setVersion(
RInt
theVersion)
Node
getParent()
void setParent(
Node
theParent)
Annotation
getChild()
void setChild(
Annotation
theChild)
void link(
Node
theParent,
Annotation
theChild)
Data Members
RInt
version;
Node
parent;
Annotation
child;
Home
Previous
Up
Next
Index