Version: 5.4.9-ice35-b101

OmeroBlitz API
Home Previous Up Next Index

omero::model::PlaneInfo

Overview

[ "protected" ] class PlaneInfo extends IObject

Used By

reloadAnnotationLinks
PixelsPlaneInfoSeq
Pixels::addPlaneInfo
Pixels::removePlaneInfo
PlaneInfoAnnotationLink::getParent
PlaneInfoAnnotationLink::link
PlaneInfoAnnotationLink::parent
PlaneInfoAnnotationLink::setParent

Operation Index

getVersion
setVersion
getPixels
setPixels
getTheZ
setTheZ
getTheC
setTheC
getTheT
setTheT
getDeltaT
setDeltaT
getPositionX
setPositionX
getPositionY
setPositionY
getPositionZ
setPositionZ
getExposureTime
setExposureTime
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addPlaneInfoAnnotationLink
addAllPlaneInfoAnnotationLinkSet
removePlaneInfoAnnotationLink
removeAllPlaneInfoAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addPlaneInfoAnnotationLinkToBoth
findPlaneInfoAnnotationLink
unlinkAnnotation
removePlaneInfoAnnotationLinkFromBoth
linkedAnnotationList

Data Member Index

version
pixels
theZ
theC
theT
deltaT
positionX
positionY
positionZ
exposureTime
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Pixels getPixels()

void setPixels(Pixels thePixels)

RInt getTheZ()

void setTheZ(RInt theTheZ)

RInt getTheC()

void setTheC(RInt theTheC)

RInt getTheT()

void setTheT(RInt theTheT)

Time getDeltaT()

void setDeltaT(Time theDeltaT)

Length getPositionX()

void setPositionX(Length thePositionX)

Length getPositionY()

void setPositionY(Length thePositionY)

Length getPositionZ()

void setPositionZ(Length thePositionZ)

Time getExposureTime()

void setExposureTime(Time theExposureTime)

void unloadAnnotationLinks()

int sizeOfAnnotationLinks()

PlaneInfoAnnotationLinksSeq copyAnnotationLinks()

void addPlaneInfoAnnotationLink(PlaneInfoAnnotationLink target)

void addAllPlaneInfoAnnotationLinkSet(PlaneInfoAnnotationLinksSeq targets)

void removePlaneInfoAnnotationLink(PlaneInfoAnnotationLink theTarget)

void removeAllPlaneInfoAnnotationLinkSet(PlaneInfoAnnotationLinksSeq targets)

void clearAnnotationLinks()

void reloadAnnotationLinks(PlaneInfo toCopy)

sys::CountMap getAnnotationLinksCountPerOwner()

PlaneInfoAnnotationLink linkAnnotation(Annotation addition)

void addPlaneInfoAnnotationLinkToBoth(PlaneInfoAnnotationLink link, bool bothSides)

PlaneInfoAnnotationLinksSeq findPlaneInfoAnnotationLink(Annotation removal)

void unlinkAnnotation(Annotation removal)

void removePlaneInfoAnnotationLinkFromBoth(PlaneInfoAnnotationLink link, bool bothSides)

PlaneInfoLinkedAnnotationSeq linkedAnnotationList()

Data Members

RInt version;

Pixels pixels;

RInt theZ;

RInt theC;

RInt theT;

Time deltaT;

Length positionX;

Length positionY;

Length positionZ;

Time exposureTime;

PlaneInfoAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;


Home Previous Up Next Index