omero::model::LightPath
Overview
[ "protected" ]
class LightPath extends IObject
Used By
- reloadAnnotationLinks
- reloadEmissionFilterLink
- reloadExcitationFilterLink
- LightPathAnnotationLink::getParent
- LightPathAnnotationLink::link
- LightPathAnnotationLink::parent
- LightPathAnnotationLink::setParent
- LightPathEmissionFilterLink::getParent
- LightPathEmissionFilterLink::link
- LightPathEmissionFilterLink::parent
- LightPathEmissionFilterLink::setParent
- LightPathExcitationFilterLink::getParent
- LightPathExcitationFilterLink::link
- LightPathExcitationFilterLink::parent
- LightPathExcitationFilterLink::setParent
- LogicalChannel::getLightPath
- LogicalChannel::lightPath
- LogicalChannel::setLightPath
Operation Index
- getVersion
-
- setVersion
-
- unloadExcitationFilterLink
-
- sizeOfExcitationFilterLink
-
- copyExcitationFilterLink
-
- addLightPathExcitationFilterLink
-
- addAllLightPathExcitationFilterLinkSet
-
- removeLightPathExcitationFilterLink
-
- removeAllLightPathExcitationFilterLinkSet
-
- clearExcitationFilterLink
-
- reloadExcitationFilterLink
-
- getLightPathExcitationFilterLink
-
- setLightPathExcitationFilterLink
-
- getPrimaryLightPathExcitationFilterLink
-
- setPrimaryLightPathExcitationFilterLink
-
- getExcitationFilterLinkCountPerOwner
-
- linkExcitationFilter
-
- addLightPathExcitationFilterLinkToBoth
-
- findLightPathExcitationFilterLink
-
- unlinkExcitationFilter
-
- removeLightPathExcitationFilterLinkFromBoth
-
- linkedExcitationFilterList
-
- getDichroic
-
- setDichroic
-
- unloadEmissionFilterLink
-
- sizeOfEmissionFilterLink
-
- copyEmissionFilterLink
-
- addLightPathEmissionFilterLink
-
- addAllLightPathEmissionFilterLinkSet
-
- removeLightPathEmissionFilterLink
-
- removeAllLightPathEmissionFilterLinkSet
-
- clearEmissionFilterLink
-
- reloadEmissionFilterLink
-
- getEmissionFilterLinkCountPerOwner
-
- linkEmissionFilter
-
- addLightPathEmissionFilterLinkToBoth
-
- findLightPathEmissionFilterLink
-
- unlinkEmissionFilter
-
- removeLightPathEmissionFilterLinkFromBoth
-
- linkedEmissionFilterList
-
- unloadAnnotationLinks
-
- sizeOfAnnotationLinks
-
- copyAnnotationLinks
-
- addLightPathAnnotationLink
-
- addAllLightPathAnnotationLinkSet
-
- removeLightPathAnnotationLink
-
- removeAllLightPathAnnotationLinkSet
-
- clearAnnotationLinks
-
- reloadAnnotationLinks
-
- getAnnotationLinksCountPerOwner
-
- linkAnnotation
-
- addLightPathAnnotationLinkToBoth
-
- findLightPathAnnotationLink
-
- unlinkAnnotation
-
- removeLightPathAnnotationLinkFromBoth
-
- linkedAnnotationList
-
Data Member Index
- version
-
- excitationFilterLinkSeq
-
- excitationFilterLinkLoaded
-
- excitationFilterLinkCountPerOwner
-
- dichroic
-
- emissionFilterLinkSeq
-
- emissionFilterLinkLoaded
-
- emissionFilterLinkCountPerOwner
-
- annotationLinksSeq
-
- annotationLinksLoaded
-
- annotationLinksCountPerOwner
-
Operations
RInt getVersion()
void setVersion(RInt theVersion)
void unloadExcitationFilterLink()
int sizeOfExcitationFilterLink()
void clearExcitationFilterLink()
void reloadExcitationFilterLink(LightPath toCopy)
sys::CountMap getExcitationFilterLinkCountPerOwner()
void addLightPathExcitationFilterLinkToBoth(LightPathExcitationFilterLink link, bool bothSides)
void unlinkExcitationFilter(Filter removal)
void removeLightPathExcitationFilterLinkFromBoth(LightPathExcitationFilterLink link, bool bothSides)
void setDichroic(Dichroic theDichroic)
void unloadEmissionFilterLink()
int sizeOfEmissionFilterLink()
void clearEmissionFilterLink()
void reloadEmissionFilterLink(LightPath toCopy)
sys::CountMap getEmissionFilterLinkCountPerOwner()
void addLightPathEmissionFilterLinkToBoth(LightPathEmissionFilterLink link, bool bothSides)
void unlinkEmissionFilter(Filter removal)
void removeLightPathEmissionFilterLinkFromBoth(LightPathEmissionFilterLink link, bool bothSides)
void unloadAnnotationLinks()
int sizeOfAnnotationLinks()
void clearAnnotationLinks()
void reloadAnnotationLinks(LightPath toCopy)
sys::CountMap getAnnotationLinksCountPerOwner()
void addLightPathAnnotationLinkToBoth(LightPathAnnotationLink link, bool bothSides)
void unlinkAnnotation(Annotation removal)
void removeLightPathAnnotationLinkFromBoth(LightPathAnnotationLink link, bool bothSides)
Data Members
RInt version;
bool excitationFilterLinkLoaded;
sys::CountMap excitationFilterLinkCountPerOwner;
bool emissionFilterLinkLoaded;
sys::CountMap emissionFilterLinkCountPerOwner;
bool annotationLinksLoaded;
sys::CountMap annotationLinksCountPerOwner;