Version: 5.0.8-ice34-b60

OmeroBlitz Api
Home Previous Up Next Index

omero::model::PixelsAnnotationLink

Overview

[ "protected" ] class PixelsAnnotationLink extends IObject

Used By

PixelsAnnotationLinksSeq
Pixels::addPixelsAnnotationLink
Pixels::addPixelsAnnotationLinkToBoth
Pixels::linkAnnotation
Pixels::removePixelsAnnotationLink
Pixels::removePixelsAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Pixels getParent()

void setParent(Pixels theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Pixels theParent, Annotation theChild)

Data Members

RInt version;

Pixels parent;

Annotation child;


Home Previous Up Next Index