Version: 5.4.10-ice36-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::FilterAnnotationLink
Overview
[ "protected" ] class FilterAnnotationLink extends
IObject
Used By
FilterAnnotationLinksSeq
Filter::addFilterAnnotationLink
Filter::addFilterAnnotationLinkToBoth
Filter::linkAnnotation
Filter::removeFilterAnnotationLink
Filter::removeFilterAnnotationLinkFromBoth
Operation Index
getVersion
setVersion
getParent
setParent
getChild
setChild
link
Data Member Index
version
parent
child
Operations
RInt
getVersion()
void setVersion(
RInt
theVersion)
Filter
getParent()
void setParent(
Filter
theParent)
Annotation
getChild()
void setChild(
Annotation
theChild)
void link(
Filter
theParent,
Annotation
theChild)
Data Members
RInt
version;
Filter
parent;
Annotation
child;
Home
Previous
Up
Next
Index