omero::model::PlaneInfo
Overview
[ "protected" ]
class PlaneInfo extends IObject
Used By
- PixelsPlaneInfoSeq
- Pixels::addPlaneInfo
- Pixels::removePlaneInfo
- reloadAnnotationLinks
- 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)
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()
void clearAnnotationLinks()
void reloadAnnotationLinks(PlaneInfo toCopy)
sys::CountMap getAnnotationLinksCountPerOwner()
void addPlaneInfoAnnotationLinkToBoth(PlaneInfoAnnotationLink link, bool bothSides)
void unlinkAnnotation(Annotation removal)
void removePlaneInfoAnnotationLinkFromBoth(PlaneInfoAnnotationLink link, bool bothSides)
Data Members
RInt version;
Time exposureTime;
bool annotationLinksLoaded;
sys::CountMap annotationLinksCountPerOwner;