Version: Beta-4.1.1-r5927-b91

OmeroBlitz Api
Home Previous Up Next Index

omero::model::WellSample

Overview

[ "protected" ] class WellSample extends IObject

Used By

reloadAnnotationLinks
reloadScreenAcquisitionLinks
ImageWellSamplesSeq
ScreenAcquisitionLinkedWellSampleSeq
WellWellSamplesSeq
Image::addWellSample
Image::removeWellSample
ScreenAcquisition::findScreenAcquisitionWellSampleLink
ScreenAcquisition::linkWellSample
ScreenAcquisition::unlinkWellSample
ScreenAcquisitionWellSampleLink::child
ScreenAcquisitionWellSampleLink::getChild
ScreenAcquisitionWellSampleLink::link
ScreenAcquisitionWellSampleLink::setChild
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
getWell
setWell
getImage
setImage
unloadScreenAcquisitionLinks
sizeOfScreenAcquisitionLinks
copyScreenAcquisitionLinks
addScreenAcquisitionWellSampleLink
addAllScreenAcquisitionWellSampleLinkSet
removeScreenAcquisitionWellSampleLink
removeAllScreenAcquisitionWellSampleLinkSet
clearScreenAcquisitionLinks
reloadScreenAcquisitionLinks
getScreenAcquisitionLinksCountPerOwner
linkScreenAcquisition
addScreenAcquisitionWellSampleLinkToBoth
findScreenAcquisitionWellSampleLink
unlinkScreenAcquisition
removeScreenAcquisitionWellSampleLinkFromBoth
linkedScreenAcquisitionList
unloadAnnotationLinks
sizeOfAnnotationLinks
copyAnnotationLinks
addWellSampleAnnotationLink
addAllWellSampleAnnotationLinkSet
removeWellSampleAnnotationLink
removeAllWellSampleAnnotationLinkSet
clearAnnotationLinks
reloadAnnotationLinks
getAnnotationLinksCountPerOwner
linkAnnotation
addWellSampleAnnotationLinkToBoth
findWellSampleAnnotationLink
unlinkAnnotation
removeWellSampleAnnotationLinkFromBoth
linkedAnnotationList

Data Member Index

version
posX
posY
timepoint
well
image
screenAcquisitionLinksSeq
screenAcquisitionLinksLoaded
screenAcquisitionLinksCountPerOwner
annotationLinksSeq
annotationLinksLoaded
annotationLinksCountPerOwner

Operations

RInt getVersion()

void setVersion(RInt theVersion)

RDouble getPosX()

void setPosX(RDouble thePosX)

RDouble getPosY()

void setPosY(RDouble thePosY)

RInt getTimepoint()

void setTimepoint(RInt theTimepoint)

Well getWell()

void setWell(Well theWell)

Image getImage()

void setImage(Image theImage)

void unloadScreenAcquisitionLinks()

int sizeOfScreenAcquisitionLinks()

WellSampleScreenAcquisitionLinksSeq copyScreenAcquisitionLinks()

void addScreenAcquisitionWellSampleLink(ScreenAcquisitionWellSampleLink target)

void addAllScreenAcquisitionWellSampleLinkSet(WellSampleScreenAcquisitionLinksSeq targets)

void removeScreenAcquisitionWellSampleLink(ScreenAcquisitionWellSampleLink theTarget)

void removeAllScreenAcquisitionWellSampleLinkSet(WellSampleScreenAcquisitionLinksSeq targets)

void clearScreenAcquisitionLinks()

void reloadScreenAcquisitionLinks(WellSample toCopy)

sys::CountMap getScreenAcquisitionLinksCountPerOwner()

ScreenAcquisitionWellSampleLink linkScreenAcquisition(ScreenAcquisition addition)

void addScreenAcquisitionWellSampleLinkToBoth(ScreenAcquisitionWellSampleLink link, bool bothSides)

WellSampleScreenAcquisitionLinksSeq findScreenAcquisitionWellSampleLink(ScreenAcquisition removal)

void unlinkScreenAcquisition(ScreenAcquisition removal)

void removeScreenAcquisitionWellSampleLinkFromBoth(ScreenAcquisitionWellSampleLink link, bool bothSides)

WellSampleLinkedScreenAcquisitionSeq linkedScreenAcquisitionList()

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;

RInt timepoint;

Well well;

Image image;

WellSampleScreenAcquisitionLinksSeq screenAcquisitionLinksSeq;

bool screenAcquisitionLinksLoaded;

sys::CountMap screenAcquisitionLinksCountPerOwner;

WellSampleAnnotationLinksSeq annotationLinksSeq;

bool annotationLinksLoaded;

sys::CountMap annotationLinksCountPerOwner;


Home Previous Up Next Index