OmeroBlitz API
Home Previous Up Next Index

omero::model::LightPathAnnotationLink

Overview

[ "protected" ] class LightPathAnnotationLink extends IObject

Used By

LightPathAnnotationLinksSeq
LightPath::addLightPathAnnotationLink
LightPath::addLightPathAnnotationLinkToBoth
LightPath::linkAnnotation
LightPath::removeLightPathAnnotationLink
LightPath::removeLightPathAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

LightPath getParent()

void setParent(LightPath theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(LightPath theParent, Annotation theChild)

Data Members

RInt version;

LightPath parent;

Annotation child;


Home Previous Up Next Index