Version: 5.4.9-ice35-b101

OmeroBlitz API
Home Previous Up Next Index

omero::model::LightSourceAnnotationLink

Overview

[ "protected" ] class LightSourceAnnotationLink extends IObject

Used By

LightSourceAnnotationLinksSeq
LightSource::addLightSourceAnnotationLink
LightSource::addLightSourceAnnotationLinkToBoth
LightSource::linkAnnotation
LightSource::removeLightSourceAnnotationLink
LightSource::removeLightSourceAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

LightSource getParent()

void setParent(LightSource theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(LightSource theParent, Annotation theChild)

Data Members

RInt version;

LightSource parent;

Annotation child;


Home Previous Up Next Index