OmeroBlitz API
Home Previous Up Next Index

omero::model::DetectorAnnotationLink

Overview

[ "protected" ] class DetectorAnnotationLink extends IObject

Used By

DetectorAnnotationLinksSeq
Detector::addDetectorAnnotationLink
Detector::addDetectorAnnotationLinkToBoth
Detector::linkAnnotation
Detector::removeDetectorAnnotationLink
Detector::removeDetectorAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Detector getParent()

void setParent(Detector theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Detector theParent, Annotation theChild)

Data Members

RInt version;

Detector parent;

Annotation child;


Home Previous Up Next Index