Version: 5.0.8-ice34-b60

OmeroBlitz Api
Home Previous Up Next Index

omero::model::WellSample

Overview

[ "protected" ] class WellSample extends IObject

Used By

reloadAnnotationLinks
ImageWellSamplesSeq
PlateAcquisitionWellSampleSeq
WellWellSamplesSeq
Image::addWellSample
Image::removeWellSample
PlateAcquisition::addWellSample
PlateAcquisition::removeWellSample
Well::addWellSample
Well::getPrimaryWellSample
Well::getWellSample
Well::removeWellSample
Well::setPrimaryWellSample
Well::setWellSample
WellSampleAnnotationLink::getParent
WellSampleAnnotationLink::link
WellSampleAnnotationLink::parent
WellSampleAnnotationLink::setParent

Operation Index

getVersion
setVersion
getPosX
setPosX
getPosY
setPosY
getTimepoint
setTimepoint
getPlateAcquisition
setPlateAcquisition
getWell
setWell
getImage
setImage
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addWellSampleAnnotationLink
addAllWellSampleAnnotationLinkSet
removeWellSampleAnnotationLink
removeAllWellSampleAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addWellSampleAnnotationLinkToBoth
findWellSampleAnnotationLink
unlinkAnnotation
removeWellSampleAnnotationLinkFromBoth
linkedAnnotationList

Data Member Index

version
posX
posY
timepoint
plateAcquisition
well
image
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner

Operations

RInt getVersion()

void setVersion(RInt theVersion)

RDouble getPosX()

void setPosX(RDouble thePosX)

RDouble getPosY()

void setPosY(RDouble thePosY)

RTime getTimepoint()

void setTimepoint(RTime theTimepoint)

PlateAcquisition getPlateAcquisition()

void setPlateAcquisition(PlateAcquisition thePlateAcquisition)

Well getWell()

void setWell(Well theWell)

Image getImage()

void setImage(Image theImage)

void unloadAnnotationLinks()

int sizeOfAnnotationLinks()

WellSampleAnnotationLinksSeq copyAnnotationLinks()

void addWellSampleAnnotationLink(WellSampleAnnotationLink target)

void addAllWellSampleAnnotationLinkSet(WellSampleAnnotationLinksSeq targets)

void removeWellSampleAnnotationLink(WellSampleAnnotationLink theTarget)

void removeAllWellSampleAnnotationLinkSet(WellSampleAnnotationLinksSeq targets)

void clearAnnotationLinks()

void reloadAnnotationLinks(WellSample toCopy)

sys::CountMap getAnnotationLinksCountPerOwner()

WellSampleAnnotationLink linkAnnotation(Annotation addition)

void addWellSampleAnnotationLinkToBoth(WellSampleAnnotationLink link, bool bothSides)

WellSampleAnnotationLinksSeq findWellSampleAnnotationLink(Annotation removal)

void unlinkAnnotation(Annotation removal)

void removeWellSampleAnnotationLinkFromBoth(WellSampleAnnotationLink link, bool bothSides)

WellSampleLinkedAnnotationSeq linkedAnnotationList()

Data Members

RInt version;

RDouble posX;

RDouble posY;

RTime timepoint;

PlateAcquisition plateAcquisition;

Well well;

Image image;

WellSampleAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;


Home Previous Up Next Index