OmeroBlitz API
Home Previous Up Next Index

omero::model::ShapeAnnotationLink

Overview

[ "protected" ] class ShapeAnnotationLink extends IObject

Used By

ShapeAnnotationLinksSeq
Shape::addShapeAnnotationLink
Shape::addShapeAnnotationLinkToBoth
Shape::linkAnnotation
Shape::removeShapeAnnotationLink
Shape::removeShapeAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Shape getParent()

void setParent(Shape theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Shape theParent, Annotation theChild)

Data Members

RInt version;

Shape parent;

Annotation child;


Home Previous Up Next Index